what is data Abstraction? and give example
Answer Posted / rishabh
Data Abstraction : It is a process of representing only the
essential features of any object without including
implement details...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Should the this pointer can be used in the constructor?
What is the difference between multiple and multilevel inheritance in c++?
Define pre-condition and post-condition to a member function in c++?
What is private inheritance?
What do you mean by translation unit?
Can we use clrscr in c++?
When is dynamic checking necessary?
What are the rules for naming an identifier?
Explain the concept of friend function in c++?
what are Operators and explain with an example?
Explain about vectors in c ++?
What is the main purpose of overloading operators?
What is the use of endl in c++?
Explain terminate() and unexpected() function?
What is difference between rand () and srand ()?