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 a volatile variable in c++?
Is map ordered c++?
What is constructor in C++?
What is the hardest coding language to learn?
What does catch(…) mean?
Is it possible for a member function to delete the pointer, named this?
what is the difference between overloading & overriding? give example.
What do the keywords volatile and mean mutable?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is setfill c++?
What is a singleton class c++?
Describe private, protected and public?
Does c++ have finally?
How do you compile the source code with your compiler?
What is the difference between a baller and a reference in C++?