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 cout flush?
What is enum c++?
What is a multiset c++?
What are separators in c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What does obj stand for?
Is swift better than c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is the use of string in c++?
Is there finally in c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is protected inheritance?
What are the advantages of c++ over c?
Why pointer is used in c++?
Write a function to find the nth item from the end of a linked list in a single pass.