+3 votes
in Class 12 by kratos

What do you mean by Data Abstraction in OOPs? Explain its significance with a suitable example.

1 Answer

+3 votes
by kratos
 
Best answer

Data abstraction in OOPs is the process of showing only the essential details of a class without going into background details.

E.g.

In the above example, public member Mult( ) is invoked using the object p of class PRODUCT. Thus, demonstrating Data abstraction.

...