what is data Abstraction? and give example
Answer Posted / ramya
Abstraction is of the process of hiding unwanted details from the user.
For example, your program can make a call to the sort() function without knowing what algorithm the function actually uses to sort the given values.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you please explain the difference between static and dynamic binding of functions?
Do the parentheses after the type name make a difference with new?
What is called array?
Explain stack unwinding.
What are c++ files?
Why would you use pointers in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is the best ide for c++?
Tell me can a pure virtual function have an implementation?
How do you find out if a linked-list has an end?
Write about an iterator class?
What is a vector c++?
What is ios in c++?
Which c++ compiler is best?
Differentiate between late binding and early binding. What are the advantages of early binding?