Advertisements
Advertisements
Question
Define the following terms in C++: Data Abstraction
Solution
Abstraction is the concept of exposing only the required essential characteristics and behavior with respect to a context. Hiding of data is known as data abstraction. In object oriented programming language this is implemented automatically while writing the code in the form of class and object.
shaalaa.com
C++ Programming
Is there an error in this question or solution?