What all is inherited from parent class in C++?
Answers
Answered by
0
☆☞ 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
0
All public members are inherited from parent class in c++.
Similar questions
Biology,
6 months ago
Economy,
6 months ago
Computer Science,
1 year ago
Social Sciences,
1 year ago
Geography,
1 year ago