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
Comment on assignment operator in c++.
What is c++ code?
How does list r; differs from list r();?
What are the various access specifiers in c++?
How can we check whether the contents of two structure variables are same or not?
Which one between if-else and switch is more efficient?
What is function overriding in c++?
Is c++ vector a linked list?
What is an adjust field format flag?
Can I make ios apps with c++?
What is low level language in simple words?
What is the difference between new() and malloc()?
Describe linkages and types of linkages?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is purpose of new operator?