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
How many types of modularization are there in c++?
Define stacks. Provide an example where they are useful.
Where are setjmp and longjmp used in c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is the difference between ++ count and count ++?
Is c better than c++?
what is the difference between overloading & overriding? give example.
Can we use this pointer inside static member function?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is the role of copy constructor in copying of thrown objects?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Explain unexpected() function?
What do c++ programmers do?
what are the types of Member Functions?
Explain differences between new() and delete()?