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?
No Answer is Posted For this Question
Be the First to Post Answer
What is the error in the code below and how should it be corrected?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What are the different types of comments allowed in c++?
What is double in c++?
What are dynamic type checking?
Is it possible to get the source code back from binary file?
When do we run a shell in the unix system?
How many keywords are used in c++?
Give 2 examples of a code optimization?
Can I make ios apps with c++?
What is virtual destructor? What is its use?
What is == in programming?