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 different in C++, compare with unix?
What are the implicit member functions of class?
What is a singleton c++?
Explain the pure virtual functions?
What is static in c++?
What is the difference between #import and #include in c++?
What is the difference between while and do while loop? Explain with examples.
What is difference between n and endl in c++?
What would happen on forgetting [], while deallocating an array through new?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
What are c++ tokens?
When do we run a shell in the unix system?
What is abstraction in c++ with example?
What are compilers in c++?
What is class in c++ with example?