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
Can we use this pointer in a class specific, operator-overloading function for new operator?
How is c++ used in the real world?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Can java be faster than c++?
Write a program to find the Fibonacci series recursively.
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is iterator c++?
What is ios in c++?
What is the use of vtable?
Is java based off c++?
How do you generate a random number in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Difference between Abstraction and encapsulation in C++?
Differentiate between a copy constructor and an overloaded assignment operator.
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement