Inheritance in C++

While doing inheritance in C++, one thing that is not inherited is what?

Showing Answers 1 - 18 of 18 Answers

Teena Jain

  • Sep 17th, 2011
 

Sealed class.

  Was this answer useful?  Yes

Johnny

  • Jan 6th, 2014
 

Friend declarations.

  Was this answer useful?  Yes

rohit suri

  • Sep 11th, 2014
 

There are four things which r not inherited in c++
1>Constructor
2>Destructor
3>Assignment operator
4>copy constructor
5>Friend function

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions