polymorphism topic

List polymorphism repositories

c-iterators

92
Stars
2
Forks
Watchers

:books: A demonstration of implementing a "type-safe" lazy iterator interface in pure C99

c-iterplus

29
Stars
0
Forks
Watchers

Functional, Type safe, Lazy abstractions for generic iterators in C - https://github.com/TotallyNotChase/c-iterators

variant

653
Stars
87
Forks
Watchers

C++17 `std::variant` for C++11/14/17

interface99

275
Stars
13
Forks
Watchers

Full-featured interfaces for C99

JsonSubTypes

395
Stars
56
Forks
Watchers

Discriminated Json Subtypes Converter implementation for .NET

polytype-rs

45
Stars
8
Forks
Watchers

A Hindley-Milner polymorphic typing system

dynamix

659
Stars
44
Forks
Watchers

:fish_cake: A new take on polymorphism

oop_with_python

296
Stars
123
Forks
Watchers

Object-Oriented Programming concepts, with Python

felix

793
Stars
44
Forks
Watchers

The Felix Programming Language

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...