Why multiple inheritance is not allowed?
No Answer is Posted For this Question
Be the First to Post Answer
Name a typical usage of polymorphism
why constructor cannt be declar virtually? why destructor cannt be overloaded?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is the difference between pass by reference and pass by value?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
what is the difference between containership and inheritence?
Which method cannot be overridden?
Do you know about multiple inheritance?
explain sub-type and sub class? atleast u have differ it into 4 points?
Write a program to multiply 3x3 matrics
What is extreme programming?
what is the basic concept of inheritance?