Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 11 (Q.No. 5)
5.
Which of the following are never inherited?
public data members
constructor functions
void functions
overloaded + operators
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Riddhi said:   3 years ago
Yes, constructors are inherited by child class.

Sowmiya said:   9 years ago
Constructors can be inherited by its child class.

Post your comments here:

Your comments will be displayed after verification.