what is data Abstraction? and give example
Answer Posted / ravin
data abstraction is a method to represent essential features of a data without including background details or unimportant matter.
a function/process used to define the use of this data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the effects after calling the delete this operator ?
What is pure virtual function?
How does list r; differs from list r();?
What are activex and ole?
What is c++ library?
What do you mean by early binding?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is an undefined behavior and sequence points
Why do we use the using declaration?
Why is c++ difficult?
Differentiate between an array and a list?
Explain the uses oof nested class?
What is c++ map?
What is the default width for ouputting a long integer using the insertion operator?
Can we declare a base-class destructor as virtual?