Tag: multiple-inheritance


Found 54 results for 'multiple-inheritance'.


1) python - What does 'super' do in Python? - difference between super().__init__() and explicit superclass __init__()
2) python - What is a mixin and why is it useful?
3) python - How does Python's super() work with multiple inheritance?
4) c++ - Code re-use in C++, via multiple inheritance or composition? Or...?
5) ruby-on-rails - Rails - to use STI or not...that is the question
6) c# - Adding base-class (inherited) functionality to classes that you don't control
7) linq - C# LinqExtensions implement multiple inheritance
8) java - Proper workaround for multiple inheritence in Java (Android)
9) design - Can Objective C categories serve the same purpose as Traits do in Scala?
10) c++ - Multiple Inheritance from two derived classes
11) naming - Why do you reduce multiple inheritance to the diamond problem?
12) c# - How does C++ handle multiple inheritance with a shared common ancestor?
13) object-oriented - How are mixins or traits better than plain multiple inheritance?
14) object-oriented - Approach for implementing Device and Protocol layers in C++?
15) object-oriented - Interfaces in Python, multiple inheritance vs. a home-made solution
16) python - Multiple Inheritance and calling super()
17) python - Calling parent class __init__ with multiple inheritance, what's the right way?
18) programming-languages - Is there any "real" reason multiple inheritance is hated?
19) java - What is different between the internal design of Java and C++ that lets C++ have multiple inheritance?
20) object-oriented - Does multiple inheritance violate Single Responsibility Principle?
21) python - DRY with super() in Python
22) c++ - How to inherit from a class that implement an interface which is shared with other interface
23) c++ - Dynamic_cast on non polymorphic types
24) c++ - Object layout in case of virtual functions and multiple inheritance
25) java - Multi inheritance in Java
26) c++ - memory layout of a multiple-inherited object in C++
27) php - "Subtractive" behaviour extension vs overriding a function completely - what are the pros/cons?
28) java - Why doesn't java allow multiple inheritance of classes when it allows multiple inheritance of interfaces?
29) python - What is a mixin and why is it useful?
30) terminology - Term for a Class with Multiple Interfaces
31) python - Are Compositions and Facade the Same Thing in python?
32) javascript - JavaScript extend vs mixin
33) python - multiple inheritance in python with super
34) c++ - Virtual classes in diamond inheritance with multiple classes in between base class and most derived class
35) java - Correct way to extend a hierarchy tree
36) python - How Method Resolution Order (MRO) is working in this Python code
37) python - Python multiple inheritance or decorators for composable behaviours
38) multiple-inheritance - Multiple inheritance use cases
39) java - How to make a Java class that implements one interface with two generic types?
40) python - What is a mixin and why is it useful?
41) programming-languages - Why not make a language with mixin-only inheritance?
42) python - Python super() chain not advancing
43) python - What does 'super' do in Python? - difference between super().__init__() and explicit superclass __init__()
44) c++ - Virtual inheritance in C++
45) inheritance - UML Class Diagram: How can I represent "orthogonal" generalizations (or multi-inheritence)?
46) coding-style - How to layout class definition when inheriting from multiple interfaces
47) scala - How do Traits in Scala avoid the "diamond error"?
48) object-oriented - Replacing Multiple Inhertance with delegation
49) c++ - C++ Multiple inheritance with interfaces?
50) python - How does multiple inheritance work with the super() and different __init__() arguments?