what is data Abstraction? and give example
Answer Posted / udaya
Abstraction allows us to proceed with the development work
without been held up in low-level implementation details
(yet to be discovered)
Eg:- Develop software that will perform 2-D drafting (CAD)
* Software will include a computer graphic interface which
will enable the draft-person to see drawing and to
communicate with it via a mouse. All line and curve drawing,
geometric computations. Will be perform by the CAD software.
Drawing will be stored in a drawing file.
(Here it only concentrate on a task at some level of
generalization (High level details) without regard to low
level details)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is array in c++ pdf?
In what situations do you have to use initialization list rather than assignment in constructors?
What is encapsulation in C++? Give an example.
What is the full form of dos?
What are the manipulators in c++?
Do you know what is overriding?
What is endl?
Differentiate between the message and method in c++?
What is iomanip c++?
Why are pointers not used in c++?
What is the full form of india?
Can we change the basic meaning of an operator in c++?
Can a class be static in c++?
Should I learn c++ c?