Correct Answer: An act of representing essential features without including details or working methodology
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
Inheritance is a process by which the objects of parent class acquire the properties of a child class.
Which is the starting point for program execution in C++?
Which statements is correct with regard to class based OOPS?
Which options are correct with regard to a static variable?
In Public derivation using C++, which of the following are the ways to access base class members through derived class?
Which could be considered a polymorphism?
A class can implement one or more interfaces.
What is a simple way to think of inheritance?
Which classes allows only one object of it to be created?
If a user were to observe Java code from the outside world, what would they be able to access?