what is data Abstraction? and give example
Answer Posted / atul sharma
Data abstraction allowed only essential features like it
only execute the data member of an real word object of
particular class without background activity.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is capacity in vector in c++?
Mention the storage classes in c++.
When there is a global variable and local variable with the same name, how will you access the global variable?
When do we run a shell in the unix system?
Which bitwise operator is used to check whether a particular bit is on or off?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is istream and ostream in c++?
Write about the members that a derived class can add?
Is dev c++ a good compiler?
Why iomanip is used in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Differentiate between a constructor and a destructor in c++.
What are the two types of comments, and how do they differ?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is else if syntax?