Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Wrapping data and its related functionality into a single entity is known as _____________

a) Polymorphism
b) Encapsulation
c) Abstraction
d) Modularity

Answer: b
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.

Join The Discussion