Skip to content

A collection of simple Java OOP templates demonstrating core concepts like inheritance, polymorphism, and encapsulation.

Notifications You must be signed in to change notification settings

MUGISHA-Pascal/Java-OOP-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OOP with Java

This repository contains a collection of Java projects designed to help you learn and practice Object-Oriented Programming (OOP) concepts.

Project Structure

The projects are organized into the following directories:

  • beginner: Simple projects that introduce basic OOP concepts.
  • advanced: More complex projects that cover advanced OOP topics.
  • others: Miscellaneous projects and code snippets.

Getting Started

To run any of the projects, you will need to have Java installed on your machine.

  1. Navigate to the project directory:
    cd projects/<category>/<project_name>
  2. Compile the Java files:
    javac *.java
  3. Run the main class:
    java Main

Projects

Beginner

  • BankManagementSystem
  • BankingSystem
  • EmployeeManagementSystem
  • LibrarySystem
  • SchoolManagementSystem
  • StudentManagementSystem

This README was generated by an AI assistant.

About

A collection of simple Java OOP templates demonstrating core concepts like inheritance, polymorphism, and encapsulation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages