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
What is the use of object in c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is a memory leak c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is jump statement in C++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Can constructor be private in c++?
What are 2 ways of exporting a function from a dll?
What parameter does the constructor to an ofstream object take?
What do you understand by a pure virtual member function?
What will the line of code below print out and why?
When does the c++ compiler create temporary variables?
What is the difference between #import and #include?
What are arithmetic operators?
Why is c++ awesome?