what is data Abstraction? and give example
Answer Posted / sachin
Data Abstraction is the process which represent essential
feature without implementation of details.
Ex. Soccer Ball, Ball is having same structure behavior
like common ball
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the iunknown interface?
Can a constructor be private?
What are c++ manipulators?
What is implicit pointer in c++?
What is the best c++ compiler for windows 10?
What is c++ mutable?
Ask to write virtual base class code?
Describe the setting up of my member functions to avoid overriding by the derived class?
Where do I find the current c or c++ standard documents?
Explain the advantages of using friend classes.
Declare a class vehicle and make it an abstract data type.
What would happen on forgetting [], while deallocating an array through new?
How do I use arrays in c++?
What is stoi in c++?
What do you mean by public protected and private in c++?