what is data Abstraction? and give example
Answer Posted / umair
data abstraction mean definning somthing but not in detail
there are two types of data abstraction
e.g
main()
{
add();
sub();
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I write a c++ program?
Write about a nested class and mention its use?
What is pointer with example?
Explain the concept of memory leak?
Explain the concept of dynamic allocation of memory?
What happens when the extern "c" char func (char*,waste) executes?
Is c better than c++?
Explain the difference between abstract class and interface in c++?
Show the declaration for a static member variable.
What is oop in c++?
what is scupper?
Describe the advantages of operator overloading?
What's the order in which the objects in an array are destructed?
Does c++ have arraylist?
List down the guideline that should be followed while using friend function.