Advertisements
Advertisements
Question
Define the following terms in C++: Data Abstraction
Advertisements
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
Is there an error in this question or solution?
