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 you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
How much do c++ programmers make?
What is the c++ programming language used for?
What is the use of default constructor?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is the difference between #define debug 0 and #undef debug?
What are c++ files?
What is pointer in c++ with example?
Is atoi safe?
How do you declare A pointer to a function which receives nothing and returns nothing
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Explain the use of vtable.
What does return 0 do in c++?