Data Encapsulation is mechanism that binds together code and the data it manipulates - C++ basic concepts

Q.   __________________ is the OOP feature and mechanism that binds together code and the data it manipulates, and keep both safe from outside world.
- Published on 17 Jul 15

a. Data Binding
b. Data Encapsulation
c. Data Storing
d. Data Abstraction

ANSWER: Data Encapsulation
 

    Discussion

  • Raj Singh   -Posted on 08 Oct 15
    Data Encapsulation is the OOP feature and mechanism that binds together code and the data it manipulates, and keeps both safe from outside world. This hides the data from being accessed from outside a class directly, only through the functions inside the class is able to access the data

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)