What does derived class does not inherit from the base class? A. constructor and destructor B. friends C. operator = () members D. all of the mentioned Answer Workspace Report Discuss Answer with explanation Answer: Option D Explanation The derived class inherit everything from the base class except the given things. Workspace
Discuss about the question