what is data Abstraction? and give example
Answer Posted / kishore kumar
data abstraction is a process of representing the essential
features without including implementation details.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which ide is best for c++?
what is the difference between overloading & overriding? give example.
What do you mean by early binding?
What are guid?
What are the methods of exporting a function from a dll?
What is the use of map in c++?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Can comments be nested?
What is the difference between method overloading and method overriding in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
what is scupper?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Can we inherit constructor in c++?
Why use of template is better than a base class?
What is function prototyping?