what is data Abstraction? and give example
Answer Posted / faisal
Abstraction is the representation of only the essential features of an object and hiding un essential features of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the advantages of using friend classes.
What is the sequence of destruction of local objects?
Explain what are the sizes and ranges of the basic c++ data types?
What are c++ manipulators?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is the use of structure in c++?
What do you mean by overhead in c++?
What is srand c++?
What is the use of vtable?
What is a stack c++?
What is the difference between C and CPP?
Will a catch statement catch a derived exception if it is looking for the base class?
What is the best c++ book?
What is a rooted hierarchy?
Why do we use double in c++?