what is data Abstraction? and give example
Answer Posted / ajay desai
it is the process of representing the essential features of
an object without including its implementation details.
| Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
What are 2 ways of exporting a function from a dll?
What is the difference between structure and class?
How can you tell what shell you are running on unix system?
Is main a class in c++?
What is pure virtual function?
What is the difference between while and do while loop?
Which is the best c++ compiler?
What is the role of copy constructor in copying of thrown objects?
Can a constructor return a value?
How do you print a string on the printer?
Can we change the basic meaning of an operator in c++?
Is c the same as c++?
What is difference between malloc()/free() and new/delete?
Is java the same as c++?
What is general form of pure virtual function? Explain?