what is data Abstraction? and give example
Answer Posted / vijay
Data Abstration is the simplified representaion of a Concept C,if a class 'A' derives this concept C must implement all things present in the concept,else class A does not makes sense.
Eg. RGB - Red,Green,Blue (Data Abstraction)
Any color is a combination of RGB.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to provide special behavior for one instance of a template but not for other instances?
What do you mean by stack unwinding in c++?
What is a class definition?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Can create new c++ operators?
What is virtual table?
What jobs can you get with a c++ certification?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Show the application of a dynamic array with the help of an example.
Specify different types of decision control statements?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Where do I find the current c or c++ standard documents?
What's the order in which the objects in an array are destructed?
Explain differences between alloc() and free()?