Projects in Awesome Lists tagged with inheritance
A curated list of projects in awesome lists tagged with inheritance .
https://github.com/ryanmcdermott/clean-code-javascript
Clean Code concepts adapted for JavaScript
best-practices clean-architecture clean-code composition inheritance javascript principles
Last synced: 13 May 2025
https://github.com/qkraudghgh/clean-code-javascript-ko
:bathtub: Clean Code concepts adapted for JavaScript - 한글 번역판 :kr:
clean-architecture clean-code composition inheritance javascript principles translation
Last synced: 07 Oct 2025
https://github.com/passsy/CompositeAndroid
Composition over inheritance for Android components like Activity or Fragment
activitiy android composite composition delegation fragment inheritance
Last synced: 22 Jul 2025
https://github.com/mitsuruog/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
best-practices clean-architecture clean-code composition inheritance javascript principles translation
Last synced: 10 Apr 2025
https://github.com/milaan9/06_python_object_class
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.
classes-and-objects encapsulation inheritance instance-methods instance-variables ipython-notebook oop-concepts oop-examples oop-principles oops-in-python operator-overloading operatoroverloding polymorphism python-tutor python-tutorial-github python-tutorial-notebook python4beginner python4datascience python4everybody tutor-milaan9
Last synced: 05 Apr 2025
https://github.com/soumyadip007/Object-Oriented-Programming-Using-Python
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 as Object-Oriented Programming (OOP).
class exception-handling exceptions global inheritance jupyter-notebook local object oop python static
Last synced: 05 May 2025
https://github.com/soumyadip007/object-oriented-programming-using-python
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 as Object-Oriented Programming (OOP).
class exception-handling exceptions global inheritance jupyter-notebook local object oop python static
Last synced: 12 Oct 2025
https://github.com/ravi2519/javacertification
This is a full resource guide for my attempt to get Java 11 Certified
certification code inheritance java java11 javacertification jpms nio ocjcp streams
Last synced: 10 Apr 2025
https://github.com/novartis/tidymodules
An Object-Oriented approach to Shiny modules
communication inheritance oop r shiny shiny-modules tidy-operators
Last synced: 03 Nov 2025
https://github.com/Novartis/tidymodules
An Object-Oriented approach to Shiny modules
communication inheritance oop r shiny shiny-modules tidy-operators
Last synced: 08 May 2025
https://github.com/gabrieldim/oop-cpp
Polymorphism, Inheritance etc
cpp exception-handling exceptions inheritance object-oriented-programming oop oop-principles polimorphism
Last synced: 10 Jul 2025
https://github.com/maatheusgois/clean-code-swift
🇺🇸 Clean Code Adapted for Swift
best-practices clean-architecture clean-code composition inheritance principles swift
Last synced: 22 Sep 2025
https://github.com/chaadow/active_record-acts_as
Simulate multi-table inheritance for ActiveRecord models
activerecord inheritance rails
Last synced: 05 Apr 2025
https://github.com/jolin-io/WhereTraits.jl
traits for julia: dispatch on whatever you want using where syntax
dispatch inheritance julia traits
Last synced: 16 May 2025
https://github.com/jolin-io/wheretraits.jl
traits for julia: dispatch on whatever you want using where syntax
dispatch inheritance julia traits
Last synced: 16 Aug 2025
https://github.com/tigranv/Useful_Examples_C-Sharp
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,
c-sharp delegate encapsulation example-code example-project extention-methods ienumerator-interfaces inheritance polymorphism thread tutorial tutorial-code yield
Last synced: 09 Apr 2025
https://github.com/shikha-code36/object-oriented-programming-oops-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 about object-oriented programming in Python.
class-attribute classes-and-objects constructor decorators-python encapsulation inheritance instance methods object-oriented-programming oop oop-concepts oop-examples oop-principles oops oops-in-python polymorphism python-tutorial python3
Last synced: 23 Jul 2025
https://github.com/mrmlnc/emitty
A platform for finding dependencies between files and building tools for incremental compilation or build.
inheritance jade less nunjucks performance postcss posthtml pug scss stylus
Last synced: 25 Oct 2025
https://github.com/fasttime/polytype
Dynamic multiple inheritance for JavaScript and TypeScript. Without mixins.
class classes es2020 inheritance multiple-inheritance
Last synced: 05 Apr 2025
https://github.com/olical/heir
Helper functions for prototypical inheritance in JavaScript
classes inheritance javascript
Last synced: 12 Dec 2025
https://github.com/harismuneer/zelda-game
👽 A text based adventure game made using concepts of OOP like Inheritance, Composition, Association, Polymorphism etc
association castle-game composition console-application console-game graphical-user-interface inheritance object-oriented object-oriented-programming object-oriented-programming-project oop oop-concepts oop-principles polymorphism text-adventure text-based text-based-adventure text-based-game zelda zelda-like
Last synced: 07 Apr 2025
https://github.com/arasgungore/cmpe160-projects
Three Java projects assigned for the Introduction to Object-Oriented Programming (CMPE 160) course in the Spring 2021 semester.
abstraction encapsulation inheritance java java-object-oriented-programming java-oop object-oriented object-oriented-design object-oriented-java object-oriented-java-programming object-oriented-programming object-oriented-programming-project oop oop-concepts oop-examples oop-java oop-programming oop-project oops-in-java polymorphism
Last synced: 12 Apr 2025
https://github.com/harismuneer/Zelda-Game
👽 A text based adventure game made using concepts of OOP like Inheritance, Composition, Association, Polymorphism etc
association castle-game composition console-application console-game graphical-user-interface inheritance object-oriented object-oriented-programming object-oriented-programming-project oop oop-concepts oop-principles polymorphism text-adventure text-based text-based-adventure text-based-game zelda zelda-like
Last synced: 11 Mar 2025
https://github.com/thelartians/glue
⛓️ Bindings that stick. A simple and generic API for C++ to other language bindings supporting bidirectional communication, inheritance and automatic declarations.
automatic bindings cpp declarations glue inheritance language-bindings multi-language scripting-language typescript
Last synced: 07 Aug 2025
https://github.com/sdmg15/java-design-patterns
Java Design patterns.
builder-pattern design-patterns factory-pattern inheritance java prototype-pattern singleton-pattern
Last synced: 10 Jul 2025
https://github.com/yidas/codeigniter-psr4-autoload
CodeIgniter 3 PSR-4 Autoloader for Application
codeigniter inheritance interface namespace psr-4 trait
Last synced: 18 Oct 2025
https://github.com/bittner/django-apptemplates
Django template loader that allows you to load and override a template from a specific Django application.
Last synced: 17 Mar 2025
https://github.com/freitasgouvea/token-erc-20
This is an example of implementation in solidity language of an ERC-20 standard Ethereum Token, mintable and burnable, with owner access permissions and pausable module.
alchemy burnable erc20 ethereum foundry hardhat hardhat-deploy hardhat-ethscan inheritance mint mintable mocha nodejs pausable polygon smart-contracts solidity solidity-language token truffle
Last synced: 17 Aug 2025
https://github.com/k1r0s/kaop
Advanced OOP Library with createClass, inheritance, providers, injectors, advices which enables handy Inversion of Control techniques
aop-architecture aop-aspects aspect-oriented-programming composition dependency-injection inheritance object-oriented-programming reflection
Last synced: 20 Jun 2025
https://github.com/kbss-cvut/jopa
Java OWL Persistence API
inheritance integrity-constraints java oom owl rdf
Last synced: 12 Apr 2025
https://github.com/onury/custom-error-test
Compare and test various custom error implementations.
custom-error error inheritance javascript
Last synced: 01 Jul 2025
https://github.com/layer-pack/layer-pack
Webpack plugin to make inheritable npm packages / webpack configs, (a)sync glob imports, and mono repo apps
boilerplate codepipeline extend glob glob-imports inheritance inherited-packages modularization mono-repository monorepo namespace sass webpack webpack-glob
Last synced: 01 Apr 2025
https://github.com/njnareshjoshi/exercises
This repository along with the articles repository (https://github.com/njnareshjoshi/articles) contains coding examples for my blog ProgrammingMitra
classnotfoundexception immutability inheritance integer-cache java java-8 java-cloning java-serialization noclassdeffounderror polymorphism
Last synced: 03 Sep 2025
https://github.com/magynhard/yaml_extend
Ruby gem that extends YAML to support file based inheritance, including command line version
configuration deep environment extend file-extension inheritance ruby ruby-gem yaml yaml-extension
Last synced: 08 Jul 2025
https://github.com/trainingbypackt/cpp-fundamentals
Hit the ground running with C++
array best-practices class cpp17 encapsulation functor inheritance
Last synced: 10 Apr 2025
https://github.com/hoangsonww/inheritance-in-java
📚 This repository features the power and applications of inheritance, encapsulation, and interfaces in Java. It includes examples of how to efficiently manage and organize objects, leveraging inheritance for code reusability and interfaces for implementing polymorphism.
inheritance interface interface-java java object-oriented-programming oop oop-principles oops-in-java polymorphic polymorphic-relationships polymorphic-types polymorphism types
Last synced: 10 Oct 2025
https://github.com/dinanathsj29/typescript-tutorial
A Typescript fundamentals tutorials for beginners, An introduction & step-by-step guide to Typescript language latest features in combination with ECMAScript 5,6,7
access-modifiers classes const decorators ecmascript enum enumeration es5 es6 es7 inheritance interfaces let tuples type-inference type-system typescript typescript-framework typescript-library
Last synced: 27 Jul 2025
https://github.com/jlorente/yii2-activerecord-inheritance
ActiveRecord Inheritance is an util to provide the Class Table Inheritance Pattern the to the Yii2 framework
activerecord activerecord-inheritance inheritance php yii2-framework
Last synced: 10 Jun 2025
https://github.com/yenilikci/java-springboot
(Java & React) Yazılım Geliştirici Yetiştirme Kampı Java kısmına ait yazılan kaynak kodlar ve ödev çalışmalarım.
aop inheritance java mernis nlayer-architecture oop open-closed-principle rest-api spring
Last synced: 15 Apr 2025
https://github.com/cynx/javascript_inheritance_composition
Trying out few Inheritance patterns and equivalent implementation using Composition
composition inheritance javascript
Last synced: 06 Apr 2025
https://github.com/en96321/vue-inheritance
vue-inheritance
extend implement inheritance vue vue3
Last synced: 16 Apr 2025
https://github.com/thelartians/revisited
🧑🤝🧑 The visitor pattern revisited. An inheritance-aware acyclic visitor template, any and any-function templates.
acyclic any anyfunction compile-time cplusplus cpp fast function inheritance multimethods multiple-dispatch template visitor visitor-pattern
Last synced: 06 May 2025
https://github.com/insin/concur
Sugar for infectious JavaScript inheritance, metaprogramming & mixins
inheritance javascript metaprogramming mixins utility
Last synced: 21 Sep 2025
https://github.com/sandshellcreations/generic-tableview-datasource
Generic TableView datasource that can be used to populate any type of listing with single cell listing, sectional listing and useful to populate different type of cells in one section using protocol based models and Generics.
associated-type editactionforrowat generic-programming generics genericuitableviewdatasource inheritance kissmycode leadingaction protocol-oriented-programming protocols sandshellcreations swift swift5 swipe-gestures swipe-to-delete swipeable trailingaction tuples uitableview xcode
Last synced: 30 Jun 2025
https://github.com/aarongarciah/css-beginners-training
Small intro to CSS for people that don't understand CSS
cascade css inheritance progressive-enhancement specificity training
Last synced: 05 May 2025
https://github.com/hoangsonww/software-design-patterns
🎨 A comprehensive exploration of object-oriented design patterns, featuring fully implemented examples like inheritance, composition, observers, decorators, and factory methods. Built with Java to demonstrate their real-world applications in scalable and maintainable software design.
decorators design design-patterns exceptions factory-method-pattern factory-pattern inheritance iterator java maven model-view-controller multiton mvc-pattern object-oriented-programming observer observer-pattern oop singleton software-design
Last synced: 13 Jul 2025
https://github.com/pmq20/FormCore
.NET + React + Ant Design infrastructure for inheritable dynamic forms
antd c-sharp dynamic-form dynamic-forms form form-validation forms inheritance react
Last synced: 04 May 2025
https://github.com/lironmiz/next.py-python-course
this repository contains solutions in python to the next.py python course problems of the Cyber Education Center from campus.gov.il.
algorithms certificate course data-structures education exception-handling generators inheritance iterable iterator learning-by-doing module modules one-liners oop-principles oop-python polymorphism project pycharm python3
Last synced: 18 Mar 2025
https://github.com/oothkoo/embryo.js
The most simple, customizable and easy to use JavaScript standard inheritance library
class classes customizable embryo extend inherit inheritance instanceof javascript new object operator plugins poo prototype surcharge
Last synced: 12 May 2025
https://github.com/pmq20/formcore
.NET + React + Ant Design infrastructure for inheritable dynamic forms
antd c-sharp dynamic-form dynamic-forms form form-validation forms inheritance react
Last synced: 05 May 2025
https://github.com/dirkriehle/adap-course
A course on advanced object-oriented design and programming
class-design collaboration-based-design design-by-contract design-patterns error-handling inheritance interface-design method-properties method-types object-creation object-oriented-frameworks role-modeling subtyping type-objects value-objects
Last synced: 03 Sep 2025
https://github.com/ruben-arushanyan/base-classes
Useful JavaScript base classes for efficient and quick solutions to common problems.
base-class class class-based constructor encapsulation extends inheritance inherited javascript object-oriented oop parent-class superclass
Last synced: 24 Mar 2025
https://github.com/darkleaf/multidecorators
Like multimethods but multidecorators.
aop aspect-oriented-programming clojure clojurescript decorator-pattern inheritance middlware multimethods
Last synced: 26 Oct 2025
https://github.com/claudiarojassoto/oop_school_library
Welcome to the School_Library project! This application serves as a tool for librarians at OOP University to manage their book records and track book borrowings.
classes gem gemfile inheritance modules oop rubocop ruby ui
Last synced: 23 Apr 2025
https://github.com/thakursaurabh1998/cpp
This repo contains all the C++ programs that are made as part of Object Oriented Programming subject.
classes containership cpp dynamic-programming inheritance operator-overloading pointer virtual-functions
Last synced: 21 Jul 2025
https://github.com/theabhishek07/object_oriented_programming
This repository contains all the important content related to oops in java
array assignment-solutions collections-framework complete-lab-file data-structures exception-handling inheritance interfaces java-cheatsheet java-programs jdbc jsp-servlet lab-experiments package-management servelts strings study-materials swing threading wrapper-class
Last synced: 23 Apr 2025
https://github.com/shubh2-0/core-java
This repository contains three projects developed in Core Java to solve basic problem statements. The projects focus on different aspects of Core Java, including console printing, multiple-choice questions, and simple interactive problems.
abstraction class core-java encapsulation inheritance java opps polimorphism
Last synced: 23 Apr 2025
https://github.com/sondosaabed/palestinian-dairy-factory
Java to apply a new project Palestinian Dairy Factory
console diary-factory inheritance java oop palestine
Last synced: 22 Apr 2025
https://github.com/vanhakobyan/interfacechess
:waxing_crescent_moon: chess, interface, inheritance , queen :woman: ,rook, bishop,
bishop chess inheritance king rook
Last synced: 16 Aug 2025
https://github.com/sabaurgup/bank-app
Within the scope of this project, an online bank application was developed by me in accordance with the UML diagram shown in the relevant pdf.
arraylist banking-applications classes gui inheritance java java-frameworks methods money-transfer uml-diagrams
Last synced: 10 Apr 2025
https://github.com/hoseinrezaeem/travel-ticket-online-purchase-system
Project (Hibernate + Servlet + Java) Online shopping site for plane, train and bus tickets It is possible to register, login, buy, show the list of trips based on the origin, destination, date, buy and show tickets Ticket cancellation and... that of Hibernate, Servlet, JSP and Postgresql For back-end site design
css hibernate html inheritance interface jpa junit5 log4j maven servlet session-cookie sql
Last synced: 14 Apr 2025
https://github.com/filrak/astro-layers
This package allows you to create multiple layers of files that override your base Astro application. Similarly to Nuxt Layers.
astrojs inheritance javascript layers overrides typescript withastro
Last synced: 11 Apr 2025
https://github.com/sondosaabed/cars-agency
In this assignment, I apply the following concepts I learned in java (abstract class, interfaces, Polymorphism, exception handling, Files manipulation and encapsulation)
abstract cars inheritance object-oriented-programming oop
Last synced: 22 Apr 2025
https://github.com/sinjaz/js
Practical examples of JavaScript basics including OOP, inheritance, promises, closures, generators, coroutines and more...
basics closure composition inheritance javascripts js object oop orientation promises
Last synced: 19 Mar 2025
https://github.com/vanhakobyan/inheritanceinsoccerplayer
:soccer: Inheritance in soccer player class library, messi, position, defender ,football:soccer:
football inheritance interface messi mkhitaryan soccer soccer-player
Last synced: 16 Aug 2025
https://github.com/howprogrammingworks/prototype
Prototype-oriented programming
class inheritance js object object-oriented-programming proto prototype
Last synced: 07 May 2025
https://github.com/pilosus/c3linear
Naive C3 linearization algorithm tutorial
algorithms inheritance mro python tutorial
Last synced: 30 Jun 2025
https://github.com/rohits05/oops.ma
Grasp the principles of Oops fundamentals in hard-coded way along with proper examples.
abstraction encapsulation inheritance interfaces object-oriented-programming polymorphism
Last synced: 03 Jul 2025
https://github.com/kovalenkovpu/learn-js
Exercises for learn.javascript.ru course. All tasks available on Plunker
closures context exercises inheritance javascript learn-javascript learn-js
Last synced: 13 May 2025
https://github.com/kbravh/multi-class
Easy multiple inheritance and composition in JavaScript.
classes composition inheritance object-oriented-programming oop
Last synced: 08 May 2025
https://github.com/flexycode/ccobjpgl-java
💫 This repository is intended for CCOBJPGL COM24P1 in JAVA - Professor Jay Abaleta
abstraction encapsulation inheritance java oop oop-principles oops-in-java polymorphism
Last synced: 14 Apr 2025
https://github.com/vuestorefront/theme-utilities
Simple theme inheritance for any JavaScript application
inheritance javascript nuxt themes vue-storefront
Last synced: 04 Oct 2025
https://github.com/ehmicky/modern-errors-switch
`modern-errors` plugin to execute class-specific logic.
catch class classes errors inheritance instanceof javascript library mapping message modern-errors modern-errors-plugin nodejs plugins select switch switch-case switch-case-statements typescript wrapper
Last synced: 19 Mar 2025
https://github.com/serhatyamann/oop_object_oriented_programming
Object Oriented Programming - C# .NET
abstraction classes classes-and-objects constructors csharp encapsulation function-overloading inheritance interfaces oop polymorphism stack-heap-memory
Last synced: 14 Oct 2025
https://github.com/riyadhahmed/object-oriented-php
PHP Object Oriented Programming example
class inheritance object-oriented-programming oop-php php trait
Last synced: 11 Sep 2025
https://github.com/thuongtruong1009/java-oop-training
Traning about Java and Object-Oriented-Programming projects. Join me and contribute to it!
abstract-class design-patterns github hacktoberfest2021 incapsulation inheritance interface java javaswing object-oriented oop polymorphism
Last synced: 03 Oct 2025
https://github.com/madahetooo/javalanguagefullproject
This is a Full Project contains Almost the java programming language concepts
abstraction class constructor encapsulation if-else inheritance inheritance-examples java object-oriented-programming oop oop-principles oops-in-java overloading override polymorphism
Last synced: 13 Apr 2025
https://github.com/gableroux/django-multitable-inheritance
💖django sample app to demonstrate model inheritance
django example inheritance models
Last synced: 08 May 2025
https://github.com/flexycode/ccobjpgl-py
💫 CCOBJPGL-PY - Object-Oriented Programming in Python
abstraction encapsulation inheritance oops-in-python polymorphism python python-lambda python3
Last synced: 03 Jul 2025
https://github.com/gyanbardhan/idcard_generator
Utilizes core Java concepts, file handling, and encapsulation. Two packages (Project1, Project2) manage student details, ID card generation, and file operations. Requires Eclipse, folder creation for file storage. Enhance skills in Java, file I/O, and modularity
class cse encapsulation engineering exception-handling filehandling functions inheritance java oops oops-in-java packages polymorphism
Last synced: 12 Jul 2025
https://github.com/daoud-hussain/object-oriented-programming
Are you looking for a complete repo about OOP from scratch to learn and practice java? Then, this repo is surely going to help you. Give it a star if you find it helpful!
abstraction classes constructors encapsulation inheritance interface java object-oriented-programming objects polymorphism
Last synced: 15 Apr 2025
https://github.com/jsstuff/xmo
Extensible Meta Objects (xmo.js) is a lightweight class library
class inheritance javascript mixins object
Last synced: 24 Jul 2025
https://github.com/kentonishi/pythonpp
[Python++] A robust Java-style OOP system for Python, with support for statics, encapsulation, and inheritance.
encapsulation inheritance oop oop-principles pypi-package python python3
Last synced: 26 Oct 2025
https://github.com/theabhishek07/java-program
This is a basic guide build with the prospective of learning together and growing together. Moreover this guide has covered all the topics which comes under java programming.
applet basic-synchronization class-object collections constructor exception-handling functions inheritance interfaces jdbc jsp operators packages servelet swing swing-gui switch-case syntax threading wrapper-class
Last synced: 23 Apr 2025
https://github.com/ibrahimrahhal/webpack-file-inherit
Webpack loader that enables pug like inheritance for any file type
cli cli-app extend extendable inheritance loader pug webpack webpack-loader
Last synced: 15 Apr 2025
https://github.com/tebogoyungmercykay/sudoku-puzzle-solver-in-java__sparce-tables
Sudoku is a puzzle game that first appeared in the 18th Century. A cell is a space where a single number can be filled in. The goal is to fill every cell on the board with a number without having any duplicate numbers in any of the rows, columns and blocks.
classes data-structures-and-algorithms doubly-linked-list duplicate-cells inheritance java jdk linked-lists makefile nodes objects sole-candidate sparce-tables sudo sudoku sudoku-board sudoku-solver textfiles unique-candidate wsl
Last synced: 13 Apr 2025
https://github.com/fiverr/axios-inherit
👨👦 Add interceptor inheritance to axios
axios inheritance interceptors
Last synced: 26 Apr 2025
https://github.com/sundeeep/demystifying-javascript
This repository is the amalgamation of my learnings as well as my experiments with the most versatile language in this world: `JavaScript` :D
async-await callback-functions closures debouncing higher-order-functions inheritance javascript promises prototype scope
Last synced: 25 Jun 2025
https://github.com/grikomsn/slick-and-clean-javascript
Clean code concepts for JavaScript - Sunday, 27 October 2019
best-practices clean-architecture clean-code composition inheritance javascript principles
Last synced: 30 Oct 2025
https://github.com/mwapsam/ruby-capstone
In this project, you can create items (games, music albums, books) and store them in a database. This is Ruby capstone project for Microverse program.
collaboration incapsulation inheritance object-oriented-programming pair-programming polymorphism ruby sql
Last synced: 28 Jul 2025
https://github.com/sevdanurgenc/object-oriented-programming-lecture-notes
In this repo, there are lecture notes of Object Oriented Programming by Java and CSharp.
abstract csharp encapsulation inheritance interface java object-oriented object-oriented-programming oop
Last synced: 27 Jul 2025
https://github.com/deroyace/roys-java-codes
Roys Java Codes is a ripo for Java programming & Core concepts
bufferedreader core-java exception-handling file-handling inheritance interface-java interview-questions java-awt-swing java-gui java-mcqs java-programming java-swing multithreading oop-principles oops-in-java packages threads tricky-problems
Last synced: 07 May 2025
https://github.com/deepschneider/java-tricks
Some useful & interesting Java snippets
consumer generics inference inheritance java java-8 java-snippets lambda lock stream
Last synced: 14 Apr 2025
https://github.com/trainingbypackt/ultimate-godot-game-developer-projects-elearning
Master game building by creating cross-platform 2D and 3D games with Godot
2d-coordinate 2d-game 3d-game blender gdscript godot hud inheritance kinematics mesh-library network-game nodes rendering shaders vectors visual-effects
Last synced: 10 Apr 2025
https://github.com/musauyumaz/nesne-tabanli-programlama-oop
abstraction association-aggregation-composition base-readonly constructors deconstruct deep-copy destructors encapsulation inheritance oop partial polymorphism records reference-objects sealed shallow-copy static-constructor this virtual-override
Last synced: 14 Apr 2025
https://github.com/eldimious/js-notes
Chapter series to learn JS in depth
async-await event-loop inheritance javascript javascript-learn javascript-learn4fun javascript-learning javascript-tutorial
Last synced: 23 Jun 2025
https://github.com/kevinricar24/poo-csharp
repository with some examples about the poo with C# language
abstract array-methods arrays best-practices csharp encapsulation inheritance interface object-oriented-programming polymorphic-types polymorphism poo programming-fundamentals programming-language struct
Last synced: 01 Nov 2025
https://github.com/debck/attendance_management
Academic project based on OOP concepts.
attendance classes cpp-project database function-overloading inheritance oop-principles polymorphism students
Last synced: 23 Oct 2025