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
Explain the volatile and mutable keywords.
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Which should be more useful: the protected and public virtuals?
What are the advantages of prototyping?
Does a derived class inherit or doesn't inherit?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What are inline functions? What is the syntax for defining an inline function?
What is the difference between c++ and turbo c++?
Where is atoi defined?
What is math h in c++?
What is the meaning of c++?
What is namespace std; and what is consists of?
Is c++ a good beginners programming language?
Explain selection sorting?
Describe private, protected and public – the differences and give examples.