Answer Posted / sumithra.a
Data Abstraction is the process of hiding unwanted details
from user.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is constant in c++ with example?
Explain virtual destructor?
Is rust better than c++?
What are iterators in c++?
What is the use of map in c++?
What is the difference between structure and class?
When does a 'this' pointer get created?
Do you know the problem with overriding functions?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is the two main roles of operating system?
What is binary object model?
Write about the retrieval of n number of objects during the process of delete[]p?
Is c++ a software?
What is a forward referencing and when should it be used?
What is c++ runtime?