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
Explain register storage specifier.
Is c++ a dying language?
What is a template in c++?
How many ways can a variable be initialized into in C++?
What does extern mean in a function declaration in c++?
What's the best free c++ profiler for windows?
Explain one-definition rule (odr).
Write a program to find the reverse Fibonacci series starting from N.
What are c++ files?
Is rust better than c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is an inclusion guard?
Why are arrays usually processed with for loop?
Difference between Abstraction and encapsulation in C++?
What are the characteristics of friend functions?