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
What is const pointer and const reference?
What are c++ tokens?
Write about the various sections of the executable image?
What is the use of volatile variable?
What is meant by const_cast?
How do you show the declaration of a virtual constructor?
What are the main features of c++?
What is called array?
What are containers in c++?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is c++ map?
What is cin clear () in c++?
Why do we use the using declaration?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is the full form of dos?