How does class accomplish data hiding in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Out of fgets() and gets() which function is safe to use?

0 Answers  


How to access a variable of the structure?

0 Answers  


What does std mean in c++?

0 Answers  


What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


Explain how the virtual base class is different from the conventional base classes of the opps.

0 Answers  






Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


When to use Multiple Inheritance?

6 Answers  


How many static variables are created if you put one static member into a template class definition?

0 Answers  


What is low level language in simple words?

0 Answers  


Explain 'this' pointer and what would happen if a pointer is deleted twice?

0 Answers   Genpact,


What is purpose of abstract class?

0 Answers  


Categories