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
How do you declare a set in c++?
Explain what happens when a pointer is deleted twice?
Explain terminate() and unexpected() function?
What do you mean by public protected and private in c++?
What is a vector c++?
What are the differences between java and c++?
What is prototype in c++ with example?
How do you initialize a string in c++?
Explain polymorphism?
Is c++ built on c?
What is exception handling? Does c++ support exception handling?
What do you mean by static variables?
What will the line of code below print out and why?
Why do we use setw in c++?
What is switch case in c++ syntax?