Dot
New
Both a and b
None of these
Data Members
Member Functions
Access specifiers
Name of the class
Using a class
Using only Functions
Using only Variables
Message
Variables
Numbers
Data
An object identifier
A method name
Arguments
One
Two
Three
Any number
Object
Class
Instance
State
Behaviour
Identity
Modifiers
Class name
Body
new
for
while
int
Method
Data members
ob.show( )
ob.show
show( ).ob
TRUE
FALSE
Library book=new Library;
book =new Library();
Library() book=new Library();
Library book=new Library();