Correct Answer: abstract classes can provide default implementation whereas interfaces cannot provide implementations
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
Why is composition considered a simpler method than inheritance?
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?
Which types of Inheritance is not known?
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)