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 are signs of manipulation?
is throwing exception from a constructor not a good practice ?
Is there finally in c++?
How does c++ sort work?
What are the advantages of using const reference arguments in a function?
What is buffering in c++?
Can a function take variable length arguments, if yes, how?
What is insertion sorting?
Can non graphic characters be used and processed in C++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?