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
Explain what is polymorphism in c++?
What is std namespace in c++?
What is a class template?
Is sorted c++?
What is an adaptor class or wrapper class in c++?
How one would use switch in a program?
What are the two main components of c++?
What is the difference between #import and #include?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Explain one method to process an entire string as one unit?
How does a C++ structure differ from a C++ class?
What are abstract data types in c++?
what are the iterator and generic algorithms.
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is searching? Explain linear and binary search.