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
How oops is better than procedural?
#include
What is the benefit of oop?
Can abstract class have normal methods?
What polymorphism means?
What is object and class in oops?
Can an interface inherit a class?
How can you overcome the diamond problem in inheritance?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is polymorphism used for?
What is encapsulation process?
What does and I oop mean in text?
What is meant by multiple inheritance?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Who invented oop?