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 about the use of the virtual destructor?
what is c++
Tell me what are static member functions?
What are vectors used for in c++?
What are the important differences between c++ and java?
What will the line of code below print out and why?
Is it possible to write a c++ template to check for a function's existence?
What is using namespace std in cpp?
You run a shell on unix system. How would you tell which shell are you running?
Discussion on error handling of C++ .
What is the difference between map and hashmap in c++?
What are signs of manipulation?
What is a static element?
Write about c++ storage classes?
What are the differences between java and c++?