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
Virtual Base class
Container class
Virtual function
Both A and C
calloc()
malloc()
allocate
New
try
catch
finally
None of these
Deriving a base class from derived class
Deriving a derived class from base class
Deriving a derived class from more than one base class
throws
throw
threw
thrown
Public
Protected
Private
int *ptr
int ptr
int &ptr
All of the above
Simple Inheritance
Hybrid Inheritance
Multiple Inheritances
Hierarchical Inheritance
Constructor
Destructor
Friend function
Inline function
Single Inheritance
Initialize the objects
Construct the data members
Both initialize the objects & construct the data members
Delete the objects