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
Comment on assignment operator in c++.
Why c++ is faster than java?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Should I learn c or c++ first?
What jobs can you get with a c++ certification?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What is c++ iterator?
What are the benefits of c++?
What is linked list in c++?
What is the difference between while and do while loop?
Is there any difference between int [] a and int a [] in c++?
Explain the extern storage classes in c++.
What is the difference between public, private, and protected access?
Explain what you mean by a pointer.
What is auto type c++?