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
Describe Trees using C++ with an example.
Show the declaration for a static member variable.
Will a catch statement catch a derived exception if it is looking for the base class?
Difference between an inspector and a mutator
Why we use #include iostream in c++?
What it is and how it might be called (2 methods).
What are the steps in the development cycle?
What is array in c++ example?
Why do we need templates?
Why is c++ called oops?
List different attributes in C++?
Should I learn c++ c?
Differentiate between an array and a list?
What are static type checking?
What is a virtual destructor? Explain the use of it?