what is data Abstraction? and give example
Answer Posted / mansi
In this we hide the complexity of data from being used,
only useful and authorized information is made visible to
the users.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between overloaded functions and overridden functions
What is const in c++?
Can we use clrscr in c++?
List the special characteristics of constructor.
What is runtime errors c++?
What is iomanip c++?
What are static member functions?
Is set c++?
Difference between overloading vs. Overriding
What is the fastest c++ compiler?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is the iunknown interface?
Please explain class & object in c++?
What are virtual constructors/destructors?
Why is c++ called oops?