Google News
logo
CPP - Quiz(MCQ)
Wrapping data and its related functionality into a single entity is known as
A)
Encapsulation
B)
Polymorphism
C)
Modularity
D)
Abstraction

Correct Answer :   Encapsulation


Explanation : In OOPs, the property of enclosing data and its related functions into a single entity(in C++ we call them classes) is called encapsulation.

Advertisement