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 are dynamic type checking?
Is the declaration of a class its interface or its implementation?
What are the advantages of c++?
What is the benefit of encapsulation?
What is the basic concept of c++?
What is scope in c++ with example?
Differentiate between late binding and early binding.
what are the iterator and generic algorithms.
Explain stack unwinding.
What are arrays c++?
How is data hiding achieved in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is meant by iomanip in c++?
What is the difference between reference and pointer?
What do you understand by zombie objects in c++?