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 a stack c++?
Define the process of handling in case of destructor failure?
Why do we use classes in programming?
When is the copy constructor called?
Explain linked list using c++ with an example?
What is a multimap c++?
What is wrapper class in c++?
Are vectors passed by reference c++?
Differentiate between a constructor and a destructor in c++.
Explain how an exception handler is defined and invoked in a Program.
What is the basic concept of c++?
Can notepad ++ run c++?
What is c++ runtime?
Can we use pointers in c++?
Write a program to concatenate two strings.