what is data Abstraction? and give example

Answer Posted / dashrath singh

In Data Abstraction Abstraction is a way through which we
can extract the useful information when it is called by
Objects or variables by hiding the definition

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use this pointer in a class specific, operator-overloading function for new operator?

842


How is c++ used in the real world?

785


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

819


Can java be faster than c++?

877


Write a program to find the Fibonacci series recursively.

837


Describe about storage allocation and scope of global, extern, static, local and register variables?

1016


What is iterator c++?

714


What is ios in c++?

922


What is the use of vtable?

882


Is java based off c++?

725


How do you generate a random number in c++?

830


What can I safely assume about the initial values of variables which are not explicitly initialized?

820


Difference between Abstraction and encapsulation in C++?

830


Differentiate between a copy constructor and an overloaded assignment operator.

850


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

849