what is data Abstraction? and give example
Answer Posted / saranya
data abstraction is the process of representing the
essential features not including the background details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a forward referencing and when should it be used?
How much maximum can you allocate in a single call to malloc()?
Explain the difference between c++ and java.
How would you use the functions sin(), pow(), sqrt()?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Explain the problem with overriding functions
Write a c program for binary addition of two 8 bit numbers.
What is data abstraction? How is it different from data encapsulation?
What is double in c++?
We use library functions in the program, in what form they are provided to the program?
What is the c++ code?
Why cstdlib is used in c++?
Out of fgets() and gets() which function is safe to use and why?
Explain virtual destructor?
What is a storage class used in c++?