what is data Abstraction? and give example
Answer Posted / keshav.gadde
It is a mechanism to create new data types that include
several related operations to be performed on it and
attributes to suit the require ments of an application.In C++
class are written to prepare ADTs(Abstract data types)
| Is This Answer Correct ? | 19 Yes | 38 No |
Post New Answer View All Answers
What is type of 'this' pointer? Explain when it is get created?
How do you master coding?
What is an inclusion guard?
In what situations do you have to use initialization list rather than assignment in constructors?
If a function doesn’t return a value, how do you declare the function?
Write about c++ storage classes?
What is the difference between delegation and implemented-in-terms-of?
Define friend function.
When should we use multiple inheritance?
What is meant by entry controlled loop?
what is Loop function? What are different types of Loops?
which operator is used for performing an exponential operation a) > b) ^ c) none
What is the use of ::(scope resolution operator)?
What does obj stand for?
What are move semantics?