what is data Abstraction? and give example
Answer Posted / abelthom
data abstraction is the process of looking at the data at
higher levels without being concerned with the lower levels
(i.e. implementation considerations)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does extern mean in a function declaration in c++?
Tell me what are static member functions?
How to implement is-a and has-a class relationships?
Define private, protected and public access control.
What is the use of this pointer in c++?
Can manipulators fall in love?
What is a pointer with example?
Can a function take variable length arguments, if yes, how?
Explain what data encapsulation is in c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Is c++ a float?
Explain linked list using c++ with an example?
Explain the advantages of using friend classes.
explain the reference variable in c++?
Define a nested class.