what is data Abstraction? and give example
Answer Posted / faheemullah
Abstraction the process of recognizing and focusing on
important characteristics of a objet. and leaving un wanted
characteristics of that object. Example
Doctor see patient: the doctor is intrested in name,
height, weigth, age, blood group, previous and existing
disease of a person. doctor not intrested degree of study,
work experience, etc............
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between cin.read() and cin.getline()?
which operator is used for performing an exponential operation a) > b) ^ c) none
Distinguish between a # include and #define.
What are c++ redistributables?
Is c++ the hardest language?
Define a constructor - what it is and how it might be called (2 methods)?
How to give an alternate name to a namespace?
What does obj stand for?
What is the difference between the functions memmove() and memcpy()?
What are static variables?
How do you add an element to a set in c++?
What is the difference between public and private data members?
Differentiate between realloc() and free().
What is the basic structure of c++ program?
What are the important differences between c++ and java?