Virtual function
Member function
Static function
All can be overloaded
Same function name but different number of arguments
Different function\n name but same \nnumber of arguments
Same function name but same number of arguments
Different function name but different number of arguments
Create a class
Create a hierarchy of classes
Access methods
None of the mentioned
class name
class name : access specifer
class name : access specifer class name
Overloading
Overriding
Rewriting
All of these
!Classname( )
@Classname( )
$Classname( )
~Classname( )
Constructor
Destructor
Friend function
Inline function
Initialize the objects
Construct the data members
Both initialize the objects & construct the data members
Delete the objects
Function code
Prototype
Function Call
Parameter list
Virtual Base class
Container class
Both A and C
To facilitate the reusability of code
To help modular programming
To facilitate the conversion of data types
To extend the capabilities of a class
multiple inheritance
multilevel inheritance
default inheritance
multiplex inheritance
offer more specific objects than its derived classes
correspond to something in the rest world
behave badly when the chops are down
be a generalized version of its derived classes
Deriving a base class from derived class
Deriving a derived class from base class
Deriving a derived class from more than one base class
Public
Protected
Private
Simple Inheritance
Hybrid Inheritance
Multiple Inheritances
Hierarchical Inheritance
Single Inheritance
try
catch
finally
None of these
throws
throw
threw
thrown
union
structure
class
Array