In most cases access methods have __________ VISIBILITY MODE
Public.Public
Public,Private
Private,Public
Private,Private
Main () is a ___________ method
private
public
protected
none of these
__________ are used to perform Encapsulation in java
Visibilitymodifier
methods
members
Choose the odd one
default
Member variables donot support encapsulation
none o these
Visibility modifier are also called ____________ modifier
cocal
view
access
none ofthese
class
object
friend function
variable
Most of the members variable have______ modifier
____________ keyword sets a member variable with private visibility
Most of access methods and constructors have ___________ modifier