Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haileamlak/learning-oop-with-java
a collection of programs that I wrote while learning Java and exploring the concepts of Object-Oriented Programming (OOP)
https://github.com/haileamlak/learning-oop-with-java
awt java oop swing
Last synced: 8 days ago
JSON representation
a collection of programs that I wrote while learning Java and exploring the concepts of Object-Oriented Programming (OOP)
- Host: GitHub
- URL: https://github.com/haileamlak/learning-oop-with-java
- Owner: Haileamlak
- Created: 2023-03-25T10:58:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T18:27:09.000Z (6 months ago)
- Last Synced: 2024-11-25T19:18:18.080Z (2 months ago)
- Topics: awt, java, oop, swing
- Language: Java
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java & OOP Learning Programs
![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white)
This repository contains a collection of programs that I wrote while learning Java and exploring the concepts of Object-Oriented Programming (OOP). The programs range from basic Java syntax exercises to more complex implementations of OOP principles such as inheritance, polymorphism, encapsulation, and abstraction. Additionally, it includes several graphical user interface (GUI) applications that demonstrate Java's capabilities in building desktop applications.