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?
1104Post New C++ General Questions
What are protected members in c++?
What is the basic concept of c++?
Is map ordered c++?
What is while loops?
Can we overload operator in c++?
What is the use of pointer in c++ with example?
Where do I find the current c or c++ standard documents?
What are c++ templates used for?
You run a shell on unix system. How would you tell which shell are you running?
What is else if syntax?
What are the stages in the development cycle?
Describe linkages and types of linkages?
What is anonymous object in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Why the usage of pointers in C++ is not recommended ?