what is data Abstraction? and give example
Answer Posted / kariuki wamae
data abstruction is concept of the oop where the
implementation details of a program are ignored to work on
a much higher level of the program.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is c++ and its features?
What does ios :: app do in c++?
What is an html tag?
What is pointer with example?
What are the advantage of using register variables?
Comment on local and global scope of a variable.
What is setf in c++?
What is the basic structure of a c++ program?
Explain selection sorting?
Write a note about the virtual member function?
Differentiate between C and C++.
What is the purpose of template?
What is abstraction with real time example?
What are proxy objects in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor