what is data Abstraction? and give example
Answer Posted / guest
data abstraction is the process of representing essential
details not including inter nal details.example index of
the book
| Is This Answer Correct ? | 281 Yes | 50 No |
Post New Answer View All Answers
What are exceptions c++?
What are c++ stream classes?
What is null c++?
What is the operator in c++?
Why we use #include conio h in c++?
Write my own zero-argument manipulator that should work same as hex?
How come you find out if a linked-list is a cycle or not?
When does the c++ compiler create temporary variables?
What is lambda in c++?
Is the declaration of a class its interface or its implementation?
What is a terminating character in c++?
Explain the difference between class and struct in c++?
What is the difference between public, private, and protected access?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is abstract keyword in c++?