What is multiple inheritance ?
Answer Posted / priya
derived means existing class.
base means new class from the existing class.
multiple class is defined as from one derived class we can
create several base class
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
What is the difference between procedural programming and oops?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
Can main method override?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is object and example?
What are oops functions?
What is polymorphism in oops with example?
Whats oop mean?
Why do we use oops?
What is super in oop?
How can you overcome the diamond problem in inheritance?
What are objects in oop?
What are the types of abstraction?
What is a class in oop?
What do you mean by Encapsulation?