what is data Abstraction? and give example

Answer Posted / tamilarasan

A data abstraction is a simplified view of an object that includes only features one is interested in while hides away the unnecessary details.
eg: creation of object from its class.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are references in c++?

881


How is static data member similar to a global variable?

832


What is difference between c++ 11 and c++ 14?

766


List the special characteristics of constructor.

924


What is the difference between #import and #include?

771


Write a program which employs Recursion

987


Explain the differences between private, public and protected and give examples.

772


Why use of template is better than a base class?

867


How do you find out if a linked-list has an end?

848


What is runtime polymorphism in c++?

834


What does int * mean in c++?

961


Can a built-in function be recursive?

775


What is array in c++ pdf?

780


What is using namespace std in cpp?

757


What happens when the extern "c" char func (char*,waste) executes?

850