what is data Abstraction? and give example
Answer Posted / abelthom
data abstraction is the process of looking at the data at
higher levels without being concerned with the lower levels
(i.e. implementation considerations)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What problems might the following macro bring to the application?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
How can you quickly find the number of elements stored in a dynamic array?
What is the array and initializing arrays in c++?
What is anonymous object in c++?
Differentiate between late binding and early binding.
Which software is used for c++ programming?
What is a null object in c++?
What do you mean by enumerated data type?
Why do we need pointers?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Why do we use pointers in c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Is set c++?