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
Why is "using namespace std;" considered bad practice?
Why do we use constructor?
Is linux written in c or c++?
What is the difference between a baller and a reference in C++?
How we can differentiate between a pre and post increment operators during overloading?
What is the use of function pointer?
What is the full name of logo?
List the special characteristics of constructor.
Is dev c++ free?
What is void pointer in c++ with example?
Is c or c++ more useful?
what does the following statement mean? int (*a)[4]
How do you define a class in c++?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Define token in c++.