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?
1153Post New C++ General Questions
What are friend classes?
List different attributes in C++?
What is buffering in c++?
Explain what are accessor methods?
Is c++ a high level language?
How would perform Pattern Matching in C++?
Write about an iterator class?
How does a C++ structure differ from a C++ class?
What is the full form of stl in c++?
What is the prototype of printf function?
What is a modifier in c++?
Why do we use pointers in c++?
Why do we use double in c++?
Write about c++ storage classes?
what are the characteristics of Class Members in C++?