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 difference between global variables and local variable
Evaulate: 22%5 a) 2 b) 4 c) 0
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Can a new be used in place of old mallocq? If yes, why?
Mention the ways in which parameterized can be invoked.
What is wrapper class in c++?
What is the difference between structure and class?
Define virtual constructor.
Describe friend function & its advantages.
How do you establish an is-a relationship?
What is the best way to declare and define global variables?
Explain this pointer?
How would you use qsort() function to sort an array of structures?
How does code-bloating occur in c++?
Write about the local class and mention its use?