There are 8 repositories under polymorphism topic.
The perfect companion for your Kotlin journey - Inspired by functional, data-oriented and concurrent programming
Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
The Felix Programming Language
Metamorphic cross-compilation of C++ & C-code to PIC, BOF & EXE.
A programming language that's wise beyond its bytes!🌱🌿🪴
Discriminated Json Subtypes Converter implementation for .NET
Building blocks for strongly typed polymorphic components in React.
Full-featured interfaces for C99
Object-Oriented Programming concepts, with Python
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-oriented programming in Python.
Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.
Zero-runtime polymorphic component definitions for React
Different type inference algorithms implemented in F#
Comptime interface generation modeled after vtable design found in the stdlib.
An automatic theorem prover in OCaml for typed higher-order logic with equality and datatypes, based on superposition+rewriting; and Logtk, a supporting library for manipulating terms, formulas, clauses, etc.
A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions
:books: A demonstration of implementing a "type-safe" lazy iterator interface in pure C99
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Documented Learnings, This Repository Shall Project My Learnings In OOP During College And Help You Master The Same!
Laravel Ownership simplify management of Eloquent model's owner.
An Object-Oriented VBA experiment
An implementation of a predicative polymorphic language with bidirectional type inference and algebraic data types
In this repository, I gathered a lot of useful examples of code and their description that I create while studying programming. Here you can find examples on the use of the Inheritance, Encapsulation, Abstraction, Interfacies, Polymorphism, Indexers, Operators Overloading, Extention Methods, System IO , Exception Handling, Delegates, Events, IDisposable, IClonable, GC, IEnumerable, IEnumerator Interfaces, Yield, Generic Programming,
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 about object-oriented programming in Python.
👽 A text based adventure game made using concepts of OOP like Inheritance, Composition, Association, Polymorphism etc