STL (140)
OOPS (873)
C++ General (2409) What happens if an exception is throws from an, object's constructor and object's destructor?
4 18450
Is c++ platform dependent?
What is c++ code?
Define the process of handling in case of destructor failure?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
How does atoi function work?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is a type library?
Explain encapsulation in C++.
What programming language should I learn first?
What are virtual functions in c++?
What is the need of a destructor? Explain with the help of an example.
Explain about Virtual Function in C++?
What is the difference between a template and a macro?
What is the role of copy constructor in copying of thrown objects?
Can we make copy constructor private in c++?