what is data Abstraction? and give example
Answer Posted / ansh pratap singh
abstraction is a concept that reduces the behavior of an
object to the lowest common denominator.
an concept and idea not associate with any specific instance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is type of 'this' pointer? Explain when it is get created?
What is the use of namespace std in C++?
What is the difference between delegation and implemented-in-terms-of?
Difference between class and structure.
What are maps in c++?
What is private public protected in c++?
If there are two catch statements, one for base and one for derived, which should come first?
Which bitwise operator is used to check whether a particular bit is on or off?
What is purpose of abstract class?
Is std :: string immutable?
Is c++ used anymore?
what are the iterator and generic algorithms.
give me an example for testing a program showing the test path .show how the test is important and complex.
When does a 'this' pointer get created?
Define namespace in c++?