Multiple Inheritance
Multiple Inheritance
By the feature of multiple inheritance a class can inherit characteristics and properties from more than one superclass. Sometimes multiple inheritance causes problems such as ambiguity, as a function or a class variable with same name is inherited from two different parent classes.
Posted in Computer Science, Information Technology, Object Oriented Programming, Object Oriented Programming |
