11444 - cheat sheet   

Description

Inheritance type

Public

Protected

Private

Public data/ functions in the base class

Public in the derived class

Protected in the derived class

Private in the derived class

Protected data/ functions in the base class

Protected in the derived class

Protected in the derived class

Private in the derived class

Private data/fun in the base class

Not accessible in the derived class

Not accessible in the derived class

Not accessible in the derived class

 

 

 

 

 

 

 

 

 

Input

Output

Sample Input  Download

Sample Output  Download

Tags




Discuss