____________ members of an object can be accessed from any where
public
private
protected
none of these
In most cases access methods have __________ VISIBILITY MODE
Public.Public
Public,Private
Private,Public
Private,Private
Hiding the details of an object from the other parts of a program is called
Inheritance
Encapsulation
Loop
Polymorphism
Choose the odd one
Access method
Member variable
Constructors
None of these
_________ methods can only by used by other method of an object
____________ concept is used in Java to support Encapsulation
polymorphism
Inhertance
visibility mode
none ofthese
__________ method used to private data of a class and is visible to other classes
Private
Public
Access
There are __________ visibility modifiers
0
1
2
3
__________ are used to perform Encapsulation in java
Visibilitymodifier
methods
members
____________ keyword sets a member variable with private visibility