How does class accomplish data hiding in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Out of fgets() and gets() which function is safe to use?
How to access a variable of the structure?
What does std mean in c++?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Explain how the virtual base class is different from the conventional base classes of the opps.
Can non-public members of another instance of the class be retrieved by the method of the same class?
What would happen on forgetting [], while deallocating an array through new?
When to use Multiple Inheritance?
How many static variables are created if you put one static member into a template class definition?
What is low level language in simple words?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is purpose of abstract class?