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
Is swift better than c++?
What is an associative container in c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Why do we use double in c++?
What are manipulators in c++ with example?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is the difference between c++ and turbo c++?
Differentiate between a pointer and a reference with respect to c++.
How do you declare A pointer to function which receives an int pointer and returns a float pointer
How many keywords are used in c++?
How should runtime errors be handled in c++?
What is flush programming?
What is the sequence of destruction of local objects?
What is the prototype of printf function?
Is ca high or low level language?