When to use Multiple Inheritance?

Answer Posted / karthick

Multiple inheritance means the derived class inherits from
two or more base classes.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #include iomanip?

536


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

953


What is the difference between containment and delegation?

700


What is switch case in c++ syntax?

619


Show the declaration for a pointer to function returning long and taking an integer parameter.

572






Can we run c program in turbo c++?

581


What is the difference between an array and a list?

584


What is a pdb file?

533


What are the basics of local (auto) objects?

630


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2530


What is bubble sort c++?

572


What is a base class?

599


Where can I run c++ program?

597


What is #include ctype h in c++?

663


What is tellg () in c++?

717