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
Explain one method to process an entire string as one unit?
How would you find out if a linked-list is a cycle or not?
Write a function to find the nth item from the end of a linked list in a single pass.
What is static in c++?
What is namespace std; and what is consists of?
What is the use of 'this' pointer?
What is the difference between the indirection operator and the address of oper-ator?
What is difference between c++ and c ++ 14?
What is type of 'this' pointer?
How do you find out if a linked-list has an end?
What does obj stand for?
What is the best c++ book for beginners?
What is the difference between #define debug 0 and #undef debug?
What are vtable and vptr?
Explain what are the sizes and ranges of the basic c++ data types?