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
What are the valid types of data that the main () can return in C/C++ language
What is use of overloading?
Program to print 0 to 9 in cross order
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
whats the difference between c and c++
what is pointers
ambiguity regulation of multiple inheritance with example.
What is multilevel inheritance in oop?
create a c++ program that will ask 10 numbers and display their sum using array.
Get me a number puzzle game-program
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What is overloading in oops?