1.

What do you mean by abstraction in C++?

Answer»

Abstraction is the process of SHOWING the essential DETAILS to the user and hiding the details which we don’t want to SHOW to the user or hiding the details which are IRRELEVANT to a particular user.



Discussion

No Comment Found