what is data Abstraction? and give example
Answer Posted / hegde
Abstraction is generally defined as 'the process of formulating generalised concepts by extracting common qualities from specific examples
-Blair et al, 1991
Abstraction is not a complement for encapsulation.
Encapsulation is information hiding.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
How much is c++ certification?
What is stl containers in c++?
How can you quickly find the number of elements stored in a dynamic array?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What is function overriding in c++?
Which compiler does turbo c++ use?
What is purpose of abstract class?
Can we use struct in c++?
Do you know about C++ 11 standard?
Define Virtual function in C++.
Does c++ have a hash table?
How should a contructor handle a failure?
what does the following statement mean? int (*a)[4]
Explain overriding.