There are __________ visibility modifiers
0
1
2
3
Hiding the details of an object from the other parts of a program is called
Inheritance
Encapsulation
Loop
Polymorphism
Choose the odd one
class
object
friend function
variable
Default visibility mode is same as __________ visibility.
private
protected
public
none of these
Visibility modifier are also called ____________ modifier
cocal
view
access
none ofthese
____________ members of an object can be accessed from any where
Main () is a ___________ method
____________ keyword sets a member variable with private visibility
A member declared __________ can be used onlyby methods of that class
____________ concept is used in Java to support Encapsulation
polymorphism
Inhertance
visibility mode