what is data Abstraction? and give example
Answer Posted / savin gahlawat
Act of representing essential data without displaying background details is known as data abstraction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the full form of india?
What is the use of endl?
Is there any difference between int [] a and int a [] in c++?
How to implement is-a and has-a class relationships?
What is the main use of c++?
What is meant by forward referencing and when should it be used?
What is an iterator?
What is a wchar_t in c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Can constructor be private in c++?
What are the advantages of pointers?
Explain the isa and hasa class relationships.
Define a conversion constructor?
Can we specify variable field width in a scanf() format string? If possible how?
Explain how an exception handler is defined and invoked in a Program.