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
Do you need a main function in c++?
Why null pointer is used?
What is the difference between a baller and a reference in C++?
What is dynamic and static typing?
Does c++ have a hash table?
What do the keywords volatile and mean mutable?
What is the basic structure of a c++ program?
How do I run c++?
What is a set in c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
How is c++ different from java?
What is runtime errors c++?
Where can I run c++ program?
What are the advantages of pointers?
How to access a variable of the structure?