classes-and-inheritance
There are 96 repositories under classes-and-inheritance topic.
trusktr/lowclass
JavaScript/TypeScript class inheritance tools.
omarbelkady/Java
"Always choose a lazy person to get the job done. A lazy person will always find the easy way out."
ClaudiaRojasSoto/Catalog_Of_My_Things
Console-based application built in Ruby, designed to keep an organized record of your possessions across different categories. This app provides a simple and user-friendly interface to manage your personal items efficiently.
danieldotwav/Interactive-Date-Information-App
This C++ program allows users to input a date in the format MM/DD/YYYY and provides a range of information related to that date, including the month name, zodiac sign, and horoscope. It showcases the use of operator overloading, data validation, and conditional statements.
AbdElrahman-A-Eid/GeoShapeCalculator
Simple Console App to Calculate Summation of GeoShape (Group of Geometric Shapes) Areas during C++ Course at ITI AI-Pro
ikranergiz/Java-React-Software-Developer-Training-Camp
This repository is the assignments of the software development camp prepared by Engin Demiroğ. (April 21 - June 12 , 2021)
muhibarshad/Zero-to-Advance-OOP-Concepts-CPP
Step by step explain concepts deeply ,proper examples with tested portions, short notes in the form of slides , external material links and much more.
ProDCG/Delver
This text-based project is being used to demonstrate OOP to APCS Students at Woodinville High School.
cansusari/Scientific-Computing
Includes multiple Scientific Computing & Algorithm Building Applications like Root Finding, Cost Minimization, Monte Carlo Approximation, Random Walk, Signal Strength Analysis, Class Architecture applications etc.
Florence-nyokabi/alx-higher_level_programming
Higher Level Programming
JMD18/practice_projects
practice projects to help me get more comfortable!
Lstedmanfalls/dojo_ccg
Console CCG (collectible card game)
romaniso/minesweeper
It is my version of a well-known game 'Minesweeper' which comes from early 2000s. It is based on object oriented programming, a plain css and ES6 with JS Classes, Modules, arrow functions, etc. You are welcome to go through the code and suggest any other possible solutions
shafiuyushawu/school-liabrary
OOP school library is university libray tool that records what books are in the library and who borrows them. The app allows users to add new students or teachers, add new books, save records of who borrowed a given book and when.
shibino-developer/Software-Development
A stock management and billing system for tools shop developed using python tkinter and sqlite database.
sofiane-abou-abderrahim/javascript-oop-project-planner
I built this JavaScript application where we can move items around. I worked with classes and with the Object Oriented Programming (OOP) approach. I also worked with the DOM, I moved elements around and with event listeners. I used a callback pattern to pass functions to other instances so that from inside they could be called upon certain events.
Abdelrahman-Adel610/Mapty
Map your workouts on a real responsive map
Ajith-Ambattuparambil/Python
Python programs for MCA
csidon/MyCovidApp
Not the official MyCovidApp. Created on Qt to build on knowledge of C++. First application with an interactive, menu-driven console.
leenajenniferedwin/COVID-19-INFORMATION-PORTAL
THE MAIN OBJECTIVE OF THIS PROJECT IS TO PROVIDE INFORMATION RELATED TO THE COVID-19 FOR VARIOUS STATES OF SOUTH INDIA AND ALSO THE SOP GUIDELINES(STANDARD OPERATING PROCEDURES)AND THE EMERGENCY CONTACT DETAILS LIKE (FOOD HELPLINE AND MEDICAL HELPLINE PROVIDED BY THE GOVT.OF KARNATAKA) SO THAT THE CITIZENS CAN TAKE PROPER MEASURES.BECAUSE WE ALL HAVE HEARD THIS SAYING ”PRECAUTION IS BETTER THAN CARE”
masumkhan081/typescript-code-notes
A personal collection of code notes, use cases, and best practices organized by topics for quick reference.Typescript use cases and notes along with comments
Mathunder/tse_15_puzzle
This repository is a school assignment.
MichaelKleyman/Game-of-Pong
The good old arcade game of pong recreated using Python Turtle Graphics
MichaelKleyman/Snake-Game
Snake Game Using Python Turtle Graphics
rohitnalavade1404/University-Management-System-CPP
One can use this code for their college projects. This is the code of University Management System using C++ language. It is one of the easy and understandable C++ code. It includes Classes and Objects , Inheritance concepts , loops , switch-case , if-else.
spolivin/rearden
Library of useful data structures for data preprocessing (spacial/time-series), vizualizations and grid search
Stav93/projects-planer---ractice-oop-classes
Project Planner - moving projects from "active" to "finish" and the oposite. Practicing Classes, OOP, DOM. (created with Udemy course - JavaScript - The Complete Guide 2022 (Beginner + Advanced) JavaScript - The Complete Guide 2022 (Beginner + Advanced) )
SXV357/APCS-Labs
Labs completed during the course of the year in AP Computer Science
vicmar57/Java-projects
Academic java projects using OOP concepts (classes, interfaces, abstract classes, etc..)
WhiskeyTangoCoding/Cplusplus
Config files for my GitHub profile.
AnnaMTerris/SchoolCatalogue
Exercise to practise JavaScript Classes
bccarruth927/ascii_terminal_game
A short ASCII game built using Python and OOP fundamentals and principles
husainhakim/Python
Welcome to my Python programs repository! This repository contains a collection of Python programs, including API calling scripts, dynamic programming questions, and a mini-project showcasing a Royal Enfield bike showroom. Contents: API Calling Programs Dynamic Programming Questions Mini Project: Royal Enfield Bike Showroom Usage
andrewhamerly/SVG-logo-maker
Create a SVG logo with custom text, text color, shape and shape color on a default 300 x 200px background.
R1TE5H/UML-to-classes
Repository for UML-to-Class conversion practice. This repository shows how object-oriented code was produced from a story depicted through a UML diagram. The code as an emphasis on subclassing, inheritance, and overriding methods.
ressuman/Drag-And-Drop-Project
A drag-and-drop project management application built with TypeScript and ES modules. Allows users to create projects with a title, description, and number of people, then manage them through draggable lists (Active, Finished). Includes input validation, drag-and-drop functionality, and a modular code structure using namespaces and decorators.