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.
No Answer is Posted For this Question
Be the First to Post Answer
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
what is object oriented programming and procedure oriented programming?
Write a program to sort the number with different sorts in one program ??
What does the keyword "static" mean?
Why multiple inheritance is not possible?
what is the drawback of classical methods in oops?
What is the importance of oop?
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
can inline function declare in private part of class?
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
What is polymorphism in oops?
What is the difference between static polymorphism and dynamic polymorphism?