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
How would perform Pattern Matching in C++?
What does namespace mean in c++?
How do you print a string on the printer?
What is friend class in c++ with example?
Discussion on error handling of C++ .
What are the differences between the function prototype and the function defi-nition?
What is size of string in c++?
How to declare a pointer to an array of integers?
What is lambda expression c++?
What is a manipulative person?
What is the precedence when there is a global variable and a local variable in the program with the same name?
When is dynamic checking necessary?
Differentiate between declaration and definition.
How can you create a virtual copy constructor?
How a new element can be added or pushed in a stack?