What is encapsulation in c++?


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

Post New Answer

More C++ General Interview Questions

What is the purpose of extern storage specifier?

0 Answers  


Explain explicit container.

0 Answers  


What is OOPs

12 Answers   CA,


What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  


What does obj stand for?

0 Answers  






Explain this pointer?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


Why preincrement operator is faster than postincrement?

5 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


5. Can inline functions have a recursion?

4 Answers  


What is a volatile variable in c++?

0 Answers  


What are the types of array in c++?

0 Answers  


Categories