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

Post New Answer

More OOPS Interview Questions

Have you ever interfaced with a database?

2 Answers   IBM,


what are the uses of C++

1 Answers  


In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance

1 Answers  


What does and I oop mean?

0 Answers  


Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku

4 Answers  






What are the benefits of interface?

0 Answers  


Why static Function is used in C++?

4 Answers   TCS,


what is the technical or oop name of object?

1 Answers  


write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.

4 Answers  


Why is object oriented programming so hard?

0 Answers  


What is the difference between a mixin and inheritance?

0 Answers  


What is oops and why we use oops?

0 Answers  


Categories