What is multiple inheritance ?
Answer Posted / narasimulu
Multiple Inheritance occurs when a class inherits from more
than one parent.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Why do we use oops?
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).
Explain the advantages of inheritance.
Give two or more real cenario of virtual function and vertual object
What is the full form of oops?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is inheritance and how many types of inheritance?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is meant by multiple inheritance?
What do you mean by variable?
What does <> mean pseudocode?
Is abstract thinking intelligence?
Can abstract class have normal methods?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
what are the ways in which a constructors can be called?