what is data Abstraction? and give example
Answer Posted / romeo
This is a DBMS mechanism,
whereby, the implementation/
background details are hidden
from the end users.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is set c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Explain differences between new() and delete()?
How does class accomplish data hiding in c++?
What is difference between malloc()/free() and new/delete?
Do you know about C++ 11 standard?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Is it possible to have a recursive inline function in c++?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Mention the purpose of istream class?
Differentiate between a constructor and a destructor in c++.
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Can java be faster than c++?
What are the benefits of pointers?
What are static member functions?