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
How to tokenize a string in c++?
Why is main function important?
Define linked lists with the help of an example.
Are c and c++ similar?
What is c++ vb?
Are vectors passed by reference c++?
Explain Memory Allocation in C/C++ ?
What is the best book for c++ beginners?
Which operations are permitted on pointers?
Write a program to find the reverse Fibonacci series starting from N.
What are friend classes?
Explain the difference between class and struct in c++?
Is python written in c or c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
How a macro differs from a template?