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?
1103Post New C++ General Questions
Can a new be used in place of old mallocq? If yes, why?
What do nonglobal variables default to a) auto b) register c) static
What is virtual destructor? What is its use?
What is scope in c++ with example?
How long it will take to learn c++?
What are containers in c++?
How do I run a program in notepad ++?
Mention the ways in which parameterized can be invoked.
Is c++ vector a linked list?
What is the error in the code below and how should it be corrected?
What is scope operator in c++?
what are the iterator and generic algorithms.
Can union be self referenced?
Explain how functions are classified in C++ ?
Is vector a class in c++?