There are __________ visibility modifiers
0
1
2
3
Constructions of a class should have________ visibility
public
private
protected
none of these
Choose the odd one
Access method
Member variable
Constructors
None of these
In most cases access methods have __________ VISIBILITY MODE
Public.Public
Public,Private
Private,Public
Private,Private
__________ are used to perform Encapsulation in java
Visibilitymodifier
methods
members
Default visibility mode is same as __________ visibility.
A member declared __________ can be used onlyby methods of that class
____________ members of an object can be accessed from any where
Hiding the details of an object from the other parts of a program is called
Inheritance
Encapsulation
Loop
Polymorphism
__________ method used to private data of a class and is visible to other classes
Private
Public
Access