Computer Science, asked by brainyboy31051, 1 year ago

What all is inherited from parent class in C++?

Answers

Answered by Shubu01
0

\huge{Hey Mate!!!}

☆☞ Here is ur answer ☜☆

✔✔ Following are the things which a derived class inherits from its parent.

✴ 3) The same initial data layout as the base class. Following are the things which a derived class doesn't inherits from its parent :

✴ 1) The base class's constructors and destructor.

HOPE IT HELPS!

Answered by abinashchaudhary939
0

All public members are inherited from parent class in c++.

Similar questions