Correct Answer: Composition lacks the namespace clash, and the complicated inheritance hierarchies.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
OOPS Concepts Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More OOPS Concepts MCQ Questions
Which statements is correct with regard to Prototype based programming?
Which is not correct with regard to a virtual function in C++?
What does Data Hiding refer to?
Which of the following statements are correct?
Is it possible to call a main() inside another main() function in C++?
Object-based programming languages do not support Inheritance and dynamic binding.
Which is not a procedural language?
Which is not valid for an inline function?
Which of the following is an 'Intermediate Base Class' with regard to the given figure: Class A --> Class B (Derived) --> Class C (Derived)
In Java, how many times can classes be nested within a class?