Which of the following is also known as instance of class ?
Friend function
Object
Member function
Member variable
Which of the following access specifies is used in class definition as default ?
Protected
Public
Private
Friend
What are the two access specifiers in C++ ?
Void and free
Public and private
Int and double
Formal and informal
Which of the following two entries(reading from left to right) can be connected by the dot operator ?
A class member and a class object
A class object and a class
A class and a a member of that class
A class object and a member of that class
Which term is used to represent a group of similar and related objects ?
Module
Function
Class
Composition
What is empty class ?
Class without object
Class without member function
Class without member function and data members
Class without function definition
Which function is used for defining member functions with the body of the class ?
Inline function
Composite function
Inverse function
Linear function
Which of the following is used in the class name to declare an object ?
Type specifier
Class name
New
Scope resolution
Which operator is used for defining the member functions inside the class ?
::
:
;
,
Which of the following argument is used to pass a copy of an entire object to the function ?
Pass by reference
Pass by value
Recursion
Setting a condition