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 java based off c++?
What is the difference between a reference and a pointer?
What is difference between class and structure in c++?
What are the basic data types used in c++?
Define namespace in c++?
What are the different types of comments allowed in c++?
Write about c++ storage classes?
Is overriding possible in c++?
What is vector string in c++?
What are the uses of c++ in the real world?
What is a constant? Explain with an example.
What are single and multiple inheritances in c++?
Differentiate between the manipulator and setf( ) function?
What is format for defining a structure?
What is a class template?