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
Differentiate between a constructor and a method 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
What are the various situations where a copy constructor is invoked?
Is c++ vector dynamic?
What is private inheritance?
Write about all the implicit member functions of a class?
How the keyword struct is different from the keyword class in c++?
Is swift faster than go?
How do we balance an AVL Tree in C++?
Explain Memory Allocation in C/C++ ?
Define friend function.
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is an overflow error?
What is the latest c++ standard?
What does it mean to declare a destructor as static?