What are the benefits of oop 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 difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


What is the purpose of the "delete" operator?

0 Answers  


Which format specifier is used for printing a pointer value?

0 Answers  


Difference between struct and class in terms of access modifier.

0 Answers  


What are the different data types present in C++?

1 Answers  






If I is an integer variable, which is faster ++i or i++?

0 Answers  


Explain the term memory alignment?

0 Answers  


What is virtual destructors? Why they are used?

1 Answers  


What is the role of copy constructor in copying of thrown objects?

0 Answers  


How would perform Pattern Matching in C++?

0 Answers   Genpact,


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  


Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


Categories