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
What are maps in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
In a function declaration, what does extern mean?
Explain what happens when a pointer is deleted twice?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Difference between declaration and definition of a variable.
Explain what are the sizes and ranges of the basic c++ data types?
What is meant by const_cast?
Which is most difficult programming language?
Is std :: string immutable?
If dog is a friend of boy, is boy a friend of dog?
What is the use of function pointer?
Why c++ is not a pure oop language?
What are friend classes? What are advantages of using friend classes?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?