what is data Abstraction? and give example
Answer Posted / atul sharma
Data abstraction allowed only essential features like it
only execute the data member of an real word object of
particular class without background activity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is c++ still used?
How do you initialize a string in c++?
What are punctuators in c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
How can you say that a template is better than a base class?
Define pre-condition and post-condition to a member function in c++?
Write about the local class and mention its use?
What are destructors?
What is pointer with example?
Define copy constructor.
Differentiate between late binding and early binding. What are the advantages of early binding?
What is the difference between structure and class?
What is &x in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Explain deep copy?