abstract-classes
There are 88 repositories under abstract-classes topic.
miking-the-viking/learn-typescript
Step-by-Step TypeScript Project
SABERGLOW/Java_Programming_Principles_of_Software_Design
My solutions to assignments/problems for the course (Java Programming: Principles of Software Design) offered by Duke University at Coursera.
bhavyanarang/ColorSwitch
An attempt at making the Color Switch game.
er-hiba/Employee_Management
Python-based Employee Management System: Tracks bosses, sellers, and cashiers with role-specific details and relationships.
er-hiba/Employee_Tracker_GUI
Python GUI for Employee Data Management with JSON Data Storage
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)
caarloshenrique/sistema-bancario
:moneybag: Um sistema de transações bancárias desenvolvido em Java
Elisabete-MO/projeto-sistema-de-votacao
Sistema de votação
er-hiba/Animal-Abstract-Class-Java
A Java demonstration illustrating an abstract class and its usage in inheritance.
er-hiba/Animal-Abstract-Class-PY
A Python demonstration illustrating an abstract class and its usage in inheritance.
er-hiba/Products_Price
A Python program managing product compositions and prices.
HuzaifaBanegar/Java-Advance
This repo will be used to learn some of the advance concepts of java, that includes many fundamental topics from OOPs, Multithreading, Strams and lamdas to error handling
LoicKonan/2143-OOP-Konan
Object-Oriented Programing
madhurimarawat/Object-oriented-programming-with-c-plus-plus
This repository contains programs in the C++ programming language related to Object Oriented programming.
mostrovski/digitaliseme
A demo PHP project showcasing building the MVC application from scratch.
tblaase/CPP-Module-04
My solution for CPP Module 04 of the Common core of 42 school.
annuhuss/OOP-Interface-Trait-Abstract
Object Oriented Programming: Interfaces, Traits and Abstract classes
er-hiba/Transport-Management-PHP
PHP OOP program for managing transport methods in a travel agency.
josephcheel/42-CPP
Nine projects that explore the fundamentals of C++, with a particular emphasis on object-oriented programming
KevinGallaccio/kevin-assignment-4
Student Enrollment List -- Assist college professors in managing student enrollment lists. Parse a master CSV file, separate data into three course-specific CSV files, and sort students by grade in descending order. Files should be named course1.csv, course2.csv, and course3.csv.
LoicKonan/Java-Python
Java and Python Programs
Mgobeaalcoba/poo-abstract-class-practice
Practica POO: abstract class, anonimous class, Inheritance and Polymorphism
mwagner86/CPP_04
CPP Project 04
nidabaser/PATIKA_BACK_END_WEB_DEV_BOOTCAMP
Patika+ Java Backend Web Development Bootcamp Java Standart Edition (SE) learning and practices, OOP principles etc.
Norman-Arredondo/PHP_POO
Recordatorio de PHP con programación orientada a Objetos
ricky-ultimate/kotlin-abstract-classes
Playing around wth abstract classes in kotlin
Theorhd/Bibliotheque.py
Apprentissage de Python.
debjaniii/AirlineManagementSystem
This project on Airline Management System is the automation of registration process of airlines system. The system provides information like passenger’s information, flight information, list of all passengers, it allows storing and retrieving data related to the airline industry and make transactions related to air travel etc.
guicdas/CPP_42
C++ programming, modules from CPP00 to CPP09 from 42 common core.
JannatNaik/JAVA
Basic program / applications of JAVA
samuelmebrahtu/BAManager
Bank account manager, using the OOP concepts of Abstract Classes and inheritance
barannmeisterr/Library-Management-System-with-Structural-Design-Patterns
The Library Management System with Structural Design Patterns project is a Java-based library management system that demonstrates the use of structural design patterns to create a flexible, scalable, and maintainable system.
manuchaitanya17/Object-Oriented-Programming
A Course for learning Object-Oriented Programming in Java.
MOHI-UDDIN-AKBAR/typeScript-OOP-concepts
Explore the fundamentals and advanced aspects of TypeScript with a focus on Object-Oriented Programming (OOP) concepts. Dive into abstract classes, inheritance, interfaces, generics, access modifiers, and more. This repository serves as a comprehensive guide to leveraging TypeScript for robust and maintainable software development.
Tarantinum/PaymentProcessingApp
**Payment Processing App** A Python app with a GUI using `ttkbootstrap`, featuring abstract classes and methods for managing transactions with PSPs like Sadad, Sepa, and Asan Pardakht.
Tarantinum/Shopping_mall_using_abstract_class
# **Online Store Account System** A modular system built with abstract classes and methods. Includes **Basic** and **Premium** user accounts, deposit/withdrawal functionality, and point rewards for premium users.