Topic: "multiple-inheritance"
fasttime/Polytype
Dynamic multiple inheritance for JavaScript and TypeScript. Without mixins.
Language: JavaScript - Size: 508 KB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 61 - Forks: 3

turbolent/lila
Lila is a dynamic language running on the JVM with efficient multiple and predicate method dispatch
Language: Java - Size: 695 KB - Last synced at: 23 days ago - Pushed at: over 11 years ago - Stars: 13 - Forks: 2

arximboldi/heterarchy
Cooperative multiple inheritance for CoffeeScript, Ã -la Python. http://sinusoid.es/heterarchy/
Language: CoffeeScript - Size: 304 KB - Last synced at: 21 days ago - Pushed at: about 8 years ago - Stars: 12 - Forks: 0

SABERGLOW/Feedback_Management_System 📦
🧾 An object oriented C++ Program which stores and maintains course feedback provided by students.
Language: C++ - Size: 2.29 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 2

adityamangal1/Advanced-Cpp
C++ is a general-purpose programming language and widely used nowadays for competitive programming.
Language: C++ - Size: 219 KB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 8 - Forks: 3

sunmeat/planets
multiple inheritance cpp example
Language: C++ - Size: 274 KB - Last synced at: about 20 hours ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

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: Python - Size: 86.9 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 1

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: JavaScript - Size: 486 KB - Last synced at: 2 days ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

VishalTaj/mti
Implementing Multiple Table Inheritance(MTI) in Rails
Language: Ruby - Size: 63.5 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

SciSpike/mutrait
A subclass factory-based trait implementation for ES6 & later.
Language: JavaScript - Size: 167 KB - Last synced at: about 14 hours ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

KirstenZa/xtend-etai
The ETAI library (Extraction, Traits, Adaption, Implementation) contains several Active Annotations for Xtend.
Language: Xtend - Size: 13.5 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

elemental-mind/fusium
Supercharged composition in TypeScript
Language: TypeScript - Size: 71.3 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

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: Python - Size: 2.94 MB - Last synced at: 4 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

aryan-programmer/extend-bases
extend-bases
Language: TypeScript - Size: 501 KB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

Ankit-Khule/OOPs-in-Python
Object-Oriented Programming in pythons
Language: Python - Size: 154 KB - Last synced at: 9 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

douglasjunior/SimulandoHerancaMultipla
Exemplo de simulação de herança múltipla de tipos e comportamentos utilizando o modificador "default" do Java 8.
Language: Java - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

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: Swift - Size: 43.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

VSADX/across-interfaces.js
Statically-types multiple inheritance for JS/TS.
Language: JavaScript - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

latitov/OOP_MI_Ct_oPlus_in_JS
OOP, Multiple Inheritance, and Cascade thing, in JavaScript
Size: 188 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

garciparedes/amat2-cheatsheet
Cheat Sheet for "Ampliación de Matemáticas 2" subject of Bachelor's Degree in Statistics at UVa
Language: TeX - Size: 381 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

RezaSaadatyar/Object-Oriented-Programming
This repository introduces Object-Oriented Programming (OOP) in Python, covering Abstraction, Encapsulation, Inheritance, and Polymorphism with practical examples. Ideal for beginners and experienced developers, it helps design modular, scalable, and maintainable Python programs.
Language: Jupyter Notebook - Size: 442 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

MattJolie/PLTermProject
Corporate structure simulator in Eiffel
Language: Eiffel - Size: 265 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MSH-trojan/Java_21_Amazon_1
A prgram using JFrame graphics in order to manage a book store in the app Amazon so we can add books details (title, author , and price) and display them all along with showing the total price of the books.
Language: Java - Size: 2.93 KB - Last synced at: 21 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

svonsydow/Polymorphism-Reference
Examples of constructors and user input into arrays. User input is coded using functions overloading.
Language: C++ - Size: 141 KB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

raveriss/cpp03
C++98 exercises on inheritance, exploring base and derived class dynamics and multiple inheritance challenges.
Language: C++ - Size: 1.64 MB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SejalCh/Inheritance_Classes-in-CPP
Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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: Java - Size: 243 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

thankspedia/mixin-prototypes
A yet another module to implement multiple inheritance with JavaScript
Language: JavaScript - Size: 27.3 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

bondeje/OOPC
OOPC (as in "oopsie") is a set of header files to facilitate object-oriented programming in C by boilerplate. Supports multiple-inheritance.
Language: C - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

exteon/chaining-class-resolver
Weaving class loader framework for PHP modular plugins providing class chaining.
Language: PHP - Size: 151 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

abdullahsattaar/Multiple-Inheritance
C++ code, implementation of classes by the rules of oop, to help better understanding of Multiple Inheritance.
Language: C++ - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

gcardi/AreaPrj
Some analysis, design, and programming concepts for an OOP course with C++ Builder
Language: C++ - Size: 262 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

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++ - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

toyaokeke/graphics-world 📦
Inheritance in C++
Language: C++ - Size: 92.8 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

fmdz387/Workshop-10---Test-and-questions
Language: C++ - Size: 53.8 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ssochi/voice-dto
dto for voice server
Language: Java - Size: 38.1 KB - Last synced at: 11 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
