what is data Abstraction? and give example
Answer Posted / hafizul
Data abstraction is the process of recognizing and focusing
on important characteristics of an object and
leaving/filtering out the un-wanted characteristics of that
object.
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
What is the difference between a pointer and a link in c ++?
What is the difference between passing by reference and passing a reference?
Explain about vectors in c ++?
What is expression parser in c++
What is a hash function c++?
Keyword mean in declaration?
Does c++ support exception handling?
What is & in c++ function?
Which of the following is evaluated first: a) && b) || c) !
Can a constructor return a value?
Can a list of string be stored within a two dimensional array?
What is a v-table?
Why c++ is better than c language?
Why do we use pointers in c++?
What is meant by a delegate?