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
Where is atoi defined?
What is constructor c++?
what is oops and list its features in c++?
You want to link a c++ program to c functions. How would you do it?
What is different in C++, compare with unix?
How would you obtain segment and offset addresses from a far address of a memory location?
What is purpose of new operator?
what is multi-threading in C++?
Is it possible to use a new for the reallocation of pointers ?
What is the default width for ouputting a long integer using the insertion operator?
Ask to write virtual base class code?
Can turbo c++ run c program?
Explain function overloading
List the advantages of inheritance.
What are the different types of polymorphism in c++?