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
What is abstract class in c++?
Give an example of run-time polymorphism/virtual functions.
Why iomanip is used in c++?
What is the C-style character string?
Search for: what is pair in c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What are the operators in c++?
Can union be self referenced?
If a header file is included twice by mistake in the program, will it give any error?
What is null c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Explain how the virtual base class is different from the conventional base classes of the opps.
What do you mean by early binding?
Does there exist any other function which can be used to convert an integer or a float to a string?
What are the unique features of C++.