what is data Abstraction? and give example
Answer Posted / pramod kumar kar
According to Grady Booch "An Abstraction denotes the
Essential characterstics of an object that distinguishes it
from all other kinds of objects & that provides cripsly
defined conceptual boundaries,relative to the perspective
to the viewer"
Data abstraction is the process of identifying properties
& methods related to a specific entity as applicable to the
application
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the most common mistake on c++ and oo projects?
Which function should be used to free the memory allocated by calloc()?
Are iterators pointers?
What is a static element?
How do you initialize a string in c++?
How to declaring variables in c++?
What is setf in c++?
What is :: operator in c++?
Can we use struct in c++?
What is the use of string in c++?
Explain selection sorting. Also write an example.
What is c++ stringstream?
What is the difference between cin.read() and cin.getline()?
Give 10 points of differences between C & C++.
Can a class be static in c++?