class-inheritance
There are 21 repositories under class-inheritance topic.
tarptaeya/Truck
:truck: A dynamic object oriented programming language with a focus on simplicity
patsaoglou/oosCompiler
An Object Oriented programming language made using the ANTLR Framework to produce a final C source file that gets compiled into binary using GCC
AntonV0/school-catalog
Project #38 of Codecademy's Full Stack Engineer Career Path
Open-Risk-Academy/Academy-Course-DAT31063
Resources for Open Risk Academy Course: "Class Inheritance in Data Science"
sundayirvine-code/AirBnB_clone
Implementation of an AirBnB clone
AntonV0/build-a-library
Project #37 of Codecademy's Full Stack Engineer Career Path
hariyebk/DataFlow
Client side web framework
MegaBulkOrg/class-inheritance-app
App for checking class inheritance
BrianP490/CS_311
Overview of CS311 projects and assignments that deal with more Data Structures and Algorithms in C++.
jasar1004/RadMom1D
Computational framework for solving the radiative transfer equation in one spatial dimension using a Godunov-type finite volume method with piecewise linear reconstruction of the solution within each cell of the computational domain.
RahemShakeel/Pong-Game
A classic Pong game implemented in Python using the turtle module. Play with two paddles, a bouncing ball, and a simple scoring system for a nostalgic arcade experience.
VisheshData/classic-pong-game-on-python
Recreating classic pong game in python with player vs player and player vs computer mode
VisheshData/Classic-Snake-Game-on-Python
Classic Snake Game using Python turtle Module with all functionalities.
wilsonjefferson/DSSC_AP
Advanced Programming - master's degree course
ahwarkhan/pong-game
A project built to learn some advanced concepts of class inheritance in python
ahwarkhan/snake-game
A snake game built to understand the concepts of classes and class inheritance in python
balajimanilal/Python-s-Classic-Snake-Game
This is a classic Snake Game built using Python's Turtle module. The snake moves around the screen, eating food, and growing in size. The goal is to get the highest score by consuming as much food as possible without colliding with the walls or the snake's own tail.
candytale55/Learn_Python_2__Classes
Code examples for classes in Python 2. From Codecademy course.
DamirsCorner/20230331-ts-property-override
Sample project for 'Accessors overriding properties is an error' blogpost
RahemShakeel/Turtle-Race
Turtle Race Game is a fun Python project where you bet on which turtle will win a race. Watch the turtles race across the screen and see if your chosen color crosses the finish line first!