what is data Abstraction? and give example
Answer Posted / swati
data abstraction denote essential feature of an object.. in abstraction make only relivent detail of an object.
example- when u want to snd an e-mail msg,u should know the process of writting e-mail,snding it to the recievr.however it is not necessary for u to know the entire process of sending the emil msg across the n/w
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the type of this pointer in c++?
Define anonymous class.
Is it possible to write a c++ template to check for a function's existence?
Why is c++ awesome?
What is difference between c++ and c ++ 14?
Show the declaration for a static function pointer.
Explain differences between new() and delete()?
Is it possible to have a recursive inline function in c++?
What is a .h file c++?
Explain virtual destructor?
Why is c++ a mid-level programming language?
Write about the scope resolution operator?
Explain "const" reference arguments in function?
How is new() different from malloc()?
Is c or c++ more useful?