what is data Abstraction? and give example
Answer Posted / md. muzahidul islam
defining types of data for a class.
e.g. a class named 'Person' may have data such as 'age',
'height' etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a type-specific template friend class and a general template friend class?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What's c++ used for?
Does c++ have finally?
Difference between strdup and strcpy?
Is c++ an oop?
Why namespace is used in c++?
How new/delete differs from malloc()/free?
What is purpose of abstract class?
What are the rules for naming an identifier?
Which is the best c++ compiler for beginners?
What is lazy initialization in c++?
When does the c++ compiler create temporary variables?
What is the meaning of string in c++?
Implement stack operations with pointers with appropriate exception checks.