what is data Abstraction? and give example
Answer Posted / apoorva
It is the process of hiding the complexity and inner
workings of a class, so that users dont have to know how it
operates.
For example- You dont have to know how a tv works if you
only wanted to view a picture.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do the parentheses after the type name make a difference with new?
What is a character in c++?
what is a class? Explain with an example.
What are protected members in c++?
Where and why do I have to put the "template" and "typename" keywords?
What is data types c++?
How do you clear a map in c++?
How can we access protected and private members of a class?
What are the benefits of oop in c++?
What apps are written in c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
How to allocate memory dynamically for a reference?
Program to check whether a word is a sub-string or not of a string typed
What is c++ 11 and c++ 14?
What is the C-style character string?