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
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Which software is best for c++ programming?
Why pointer is used in c++?
What are the differences between new and malloc?
Explain public, protected, private in c++?
What do you mean by persistent and non persistent objects?
Explain queue. How it can be implemented?
Explain the advantages of using friend classes.
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is the difference between a declaration and a definition?
List the advantages of inheritance.
Explain the concept of dynamic allocation of memory?
Which software is best for coding?
What is &x in c++?
Why is c++ called oops?