what is data Abstraction? and give example
Answer Posted / amit upadhayay
abstraction is a mechanism that enables the designer to
focus the essential details of a program component with
little concern for lower level details
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we check whether the contents of two structure variables are same or not?
Write a program to find the reverse Fibonacci series starting from N.
What is pure virtual function?
What do you mean by vtable and vptr in c++?
Show the application of a dynamic array with the help of an example.
Explain the difference between abstract class and interface in c++?
What do you mean by delegate? Can a user retain delegates?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is a static element?
Which sort does c++ use?
What are virtual constructors/destructors?
How would you use the functions randomize() and random()?
Difference between class and structure.
How can I disable the "echo" feature?
Explain Memory Allocation in C/C++ ?