multiple-inheritance

There are 43 repositories under multiple-inheritance topic.

  • fasttime/Polytype

    Dynamic multiple inheritance for JavaScript and TypeScript. Without mixins.

    Language:JavaScript607143
  • turbolent/lila

    Lila is a dynamic language running on the JVM with efficient multiple and predicate method dispatch

    Language:Java13502
  • arximboldi/heterarchy

    Cooperative multiple inheritance for CoffeeScript, à-la Python. http://sinusoid.es/heterarchy/

    Language:CoffeeScript12340
  • SABERGLOW/Feedback_Management_System

    🧾 An object oriented C++ Program which stores and maintains course feedback provided by students.

    Language:C++10112
  • trollsoftware/jcomposition

    Composition over inheritance. Lightweight Java/Android API for creating a compositions at compile-time

    Language:Java104159
  • adityamangal1/Advanced-Cpp

    C++ is a general-purpose programming language and widely used nowadays for competitive programming.

    Language:C++7003
  • malmiteria/super-alternative-to-super

    python super builtin method behaves in mysterious ways, this project attemps at crafing a more mature and reliable solution

    Language:Python5201
  • sunmeat/planets

    multiple inheritance cpp example

    Language:C++5100
  • ismailceylan/type.js

    Allows to define types, abstract types, interfaces and traits. Types can be extends by other types, uses traits and implements interfaces in multiple manner. Also, interfaces and traits can extends their kinds.

    Language:JavaScript30
  • SciSpike/mutrait

    A subclass factory-based trait implementation for ES6 & later.

    Language:JavaScript351
  • tipenko/MorbidJS

    One can't simply define object behaviour like font-weight in css. Or can he?

    Language:JavaScript31201
  • VishalTaj/mti

    Implementing Multiple Table Inheritance(MTI) in Rails

    Language:Ruby3201
  • Ankit-Khule/OOPs-in-Python

    Object-Oriented Programming in pythons

    Language:Python2100
  • annuhuss/OOP-Traits

    Object Oriented Programming: Traits in PHP reduce the lack of multiple inheritance

    Language:PHP2200
  • aryan-programmer/extend-bases

    extend-bases

    Language:TypeScript2311
  • douglasjunior/SimulandoHerancaMultipla

    Exemplo de simulação de herança múltipla de tipos e comportamentos utilizando o modificador "default" do Java 8.

    Language:Java220
  • KirstenZa/xtend-etai

    The ETAI library (Extraction, Traits, Adaption, Implementation) contains several Active Annotations for Xtend.

    Language:Xtend2000
  • bashup/c3-mro

    C3 Linearization and Fast Method Dispatch for bash 4.4+

    Language:Shell120
  • boraxpr/bitesofpy

    Introducing "Bitesofpy"! Here, I share my PyBites exercise solutions, fueled by a "Learning Python" bundle from a Humblebundle sale. Drawn to the captivating exercises, I dedicated six months to tackling numerous challenges.

    Language:Python1100
  • Derlin8/Matrix

    Matrix library for vertices and matrices with basic methods

  • elemental-mind/fusium

    Supercharged composition in TypeScript

    Language:TypeScript10
  • garciparedes/amat2-cheatsheet

    Cheat Sheet for "Ampliación de Matemáticas 2" subject of Bachelor's Degree in Statistics at UVa

    Language:TeX130
  • OOP_MI_Ct_oPlus_in_JS

    latitov/OOP_MI_Ct_oPlus_in_JS

    OOP, Multiple Inheritance, and Cascade thing, in JavaScript

  • vincent-coetzee/ArgonWorks

    ArgonWorks the second version of a compiler and a novel IDE for working with the Argon language. Argon has multiple inheritance as well as type inference but methods are all multimethods and dispatch according to the types of all parameters not just the receiver.

    Language:Swift1200
  • VSADX/across-interfaces.js

    Statically-types multiple inheritance for JS/TS.

    Language:JavaScript1100
  • an162/fuzzy-dollop

    coin toss game

    Language:C++0100
  • bondeje/OOPC

    OOPC (as in "oopsie") is a set of header files to facilitate object-oriented-like programming in C by boilerplate. Supports multiple-inheritance and the creation of interfaces

    Language:C0100
  • exteon/chaining-class-resolver

    Weaving class loader framework for PHP modular plugins providing class chaining.

    Language:PHP0100
  • kombucha-js/mixin-prototypes

    A yet another module to implement multiple inheritance with JavaScript

    Language:JavaScript0100
  • raveriss/cpp03

    C++98 exercises on inheritance, exploring base and derived class dynamics and multiple inheritance challenges.

    Language:C++00
  • abdullahsattaar/Multiple-Inheritance

    C++ code, implementation of classes by the rules of oop, to help better understanding of Multiple Inheritance.

    Language:C++20
  • akifislam/Multiple-Inheritance

    This program is a super basic multiple inheritance example with 3 classes. This is a burger making program where the burger maker extends buns class and buns class extends patty class.

    Language:Java10
  • Michelle-Lohwt/Student-Information-System

    This system uses a singly linked list to store and organize related to student information. It allow operation such as adding new student’s information as well searching, deleting, and displaying the student information.

    Language:C++10
  • orphic-lacuna/js-multiple-inheritance

    Provides advanced features for object-oriented programming in Javascript, like multiple inheritance. Especially designed to be compatible with the Javascript interpreter Duktape.

  • SiddJamal/CashPoint

    Developed by using Core Java concept like Multiple Inheritance and Organizing code into classes and method.  Users can Login with Account Number and PIN.  Perform Transactions such as: 1. Balance inquiry. 2. Deposit. 3. Withdrawal (with validation for sufficient funds and withdrawal limits).

    Language:Java