Question

Which of the following best describes the concept of abstraction in object-oriented programming (OO

  • P
A Abstraction is the process of bundling data and methods that operate on the data into a single unit, typically a class.
B Abstraction refers to the hiding of internal implementation details and showing only the essential features of an object.
C Abstraction is the process of creating multiple methods with the same name but different implementations.
D Abstraction means ensuring that derived classes implement all methods declared in a base class.
E Abstraction is a technique that allows an object to take on many forms depending on the context.
Practice Next

Relevant for Exams:

Hey! Ask a query