what is data Abstraction? and give example
Answer Posted / pooja
Abstraction refers to the act of representing essential
features without including the background details or
explanations
| Is This Answer Correct ? | 24 Yes | 8 No |
Post New Answer View All Answers
Explain the benefits of proper inheritance.
Mention the ways in which parameterized can be invoked.
What are the various access specifiers in c++?
what are the iterator and generic algorithms.
What is stl containers in c++?
Are c and c++ similar?
What is virtual base class?
What is object in c++ example?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Can you please explain the difference between using macro and inline functions?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
List the issue that the auto_ptr object handles?
What is the difference between interpreters and compilers?
Define the process of handling in case of destructor failure?
What is format for defining a structure?