what is data Abstraction? and give example
Answer Posted / sumathi
Data Abstraction is the act of representing the essential
features of an object without including the background
details.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is c++ a dying language?
What is the difference between #define debug 0 and #undef debug?
What are vtable and vptr?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is a singleton c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Explain the difference between c++ and java.
Why is swift so fast?
Does c++ support exception handling?
What is the best c++ book?
What is a terminating character in c++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Comment on c++ standard exceptions?
What is a memory leak c++?
Why cstdlib is used in c++?