what is data Abstraction? and give example
Answer Posted / katabalo
Is the information that is processed by a computer to
represent in some sense the part of reality.
Eg.
Personnel File:
Relevant information are included; Name,Age,Address,Education,
Salary,Designation
Irrelevant info are not included; Hair color,Weight,Height,
Hobbies
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to explain our contribution in the project?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Can we get the value of ios format flags?
what Is DCS ? what i will get benefit when i did?
Please explain class & object in c++?
What are multiple inheritances (virtual inheritance)?
What are 2 ways of exporting a function from a dll?
Explain the static storage classes in c++.
What is expression parser in c++
How do c++ struct differs from the c++ class?
Is swift better than c++?
What operators can you overload in c++?
How do you flush a buffer in c++?
What is a driver program?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?