inheritance topic

List inheritance repositories

Object.setPrototypesOf

5
Stars
0
Forks
Watchers

multiple inheritance using ES6 Proxy

django-apptemplates

48
Stars
12
Forks
Watchers

Django template loader that allows you to load and override a template from a specific Django application.

Glue

54
Stars
2
Forks
Watchers

⛓️ Bindings that stick. A simple and generic API for C++ to other language bindings supporting bidirectional communication, inheritance and automatic declarations.

CompositeAndroid

515
Stars
25
Forks
Watchers

Composition over inheritance for Android components like Activity or Fragment

clean-code-javascript

306
Stars
203
Forks
Watchers

:bathtub: Clean Code cho Javascript: một số lời khuyên để giữ cho code js của bạn luôn sạch sẽ thơm tho :muscle: :muscle: :muscle:

emitty

65
Stars
6
Forks
Watchers

A platform for finding dependencies between files and building tools for incremental compilation or build.

clean-code-javascript

90.0k
Stars
12.1k
Forks
1.9k
Watchers

:bathtub: Clean Code concepts adapted for JavaScript

JsonSubTypes

397
Stars
56
Forks
Watchers

Discriminated Json Subtypes Converter implementation for .NET

Object-Oriented-Programming-Using-Python

199
Stars
192
Forks
Watchers

Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known a...

06_Python_Object_Class

286
Stars
239
Forks
Watchers

Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriente...