Choose the odd one
class
object
friend function
variable
Constructions of a class should have________ visibility
public
private
protected
none of these
Default visibility mode is same as __________ visibility.
Access method
Member variable
Constructors
None of these
____________ keyword sets a member variable with private visibility
default
Most of the members variable have______ modifier
__________ are used to perform Encapsulation in java
Visibilitymodifier
methods
members
Main () is a ___________ method
_________ methods can only by used by other method of an object