what is data Abstraction? and give example
Answer Posted / kuldeep singh
data abstraction is the object oriented programming feature
it will refer the essential details and not include the
internal details .and user defined data types introduced
like as a any class .example -----drive a car. 2. index of
book . 3. internal activities in human beings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between global variables and local variable
How many types of scopes are there in c++?
What is a c++ class?
What is a container class?
What is the limitation of cin while taking input for character array?
What is protected inheritance?
Explain the properties and principles of oop.
Explain how overloading takes place in c++?
What is vectorial capacity?
Do you know about C++ 11 standard?
What is c++ prototype?
Is set c++?
What is c++ map?
Carry out conversion of one object of user-defined type to another?
How do you declare A pointer to a function which receives nothing and returns nothing