what is data Abstraction? and give example
Answer Posted / ekta
data abstraction is act of representing essential features
without including background details or explaintation.
FOR EXAMPLE: SWITCH BOARD.. in this we only know that if we
press any switch any electric appliances start working but
we dont know the inner functionality of switch board like
its wire connection, line connection,and etc....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of 'this' pointer?
Describe protected access specifiers?
What are files in c++?
How can I learn dev c++ programming?
Which c++ operator cannot overload?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What are features of c++?
What is prototype in c++ with example?
Tell me can a pure virtual function have an implementation?
Which is the best c++ compiler?
Which is the best c++ software?
What does return 0 do in c++?
What is the protected keyword used for?
Show the declaration for a static function pointer.
Can the creation of operator** is allowed to perform the to-the-power-of operations?