what is data Abstraction? and give example
Answer Posted / ajay desai
it is the process of representing the essential features of
an object without including its implementation details.
| Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
which operator is used for performing an exponential operation a) > b) ^ c) none
Describe the role of the c++ in the tradeoff of safety vs. Usability?
what is multi-threading in C++?
What is istream c++?
How do you clear a buffer in c++?
What is #include iomanip?
What is auto used for in c++?
Is overriding possible in c++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Is map ordered c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is the best way to take screenshots of a window with c++ in windows?
What are the uses of typedef in a program?
What is a pointer how and when is it used?