Skip to content

Commit 191d04e

Browse files
Update README.md
1 parent 3c3548f commit 191d04e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Java OOP Fundamentals
22

3-
![Java Build](https://github.com/TheComputationalCore/java-oop-fundamentals/actions/workflows/java-build.yml/badge.svg)
3+
[![Java Build](https://github.com/TheComputationalCore/java-oop-foundations/actions/workflows/java-build.yml/badge.svg)](https://github.com/TheComputationalCore/java-oop-foundations/actions/workflows/java-build.yml)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

66

7+
78
This repository contains Java programs demonstrating fundamental Object-Oriented Programming (OOP) concepts such as encapsulation, inheritance, and basic class design. It includes four tasks (1.1 to 1.4), each illustrating a different OOP principle.
89

910
## 📁 Project Structure

0 commit comments

Comments
 (0)