Answer Posted / vikas patel
when we creat the more inheritance the help of the base
inheritance..the main use of the multiple inheritance for
creat Interface..
ex..
class A
{
}
class B
{
}
class C
inherit A,B
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a null tree?
what are the different types of qualifier in java?
What is abstraction in oop with example?
What are the two different types of polymorphism?
Which is not an object oriented programming language?
Why do we use polymorphism?
What is overriding in oops?
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.
Can you explain polymorphism?
What is abstract class in oop?
Why is abstraction used?
What is encapsulation with example?
What is solid in oops?
what type of questions
What are the three parts of a simple empty class?