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
What is stl containers in c++?
How is objective c different from c++?
What is a rooted hierarchy?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Can we define a constructor as virtual in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is meant by iomanip in c++?
Can we define function inside main in c++?
What is the difference between #define debug 0 and #undef debug?
What is the full name of logo?
What is an html tag?
Explain pass by value and pass by reference.
Does c++ have finally?
What is the function of I/O library in C++ ?