This repository is used for collaborating on our Case Studies in Object Oriented Programming (OOP) during midterms and finals [A.Y. 2023-2024].
The repository contains the following directories:
- Case Study 1
- Description: [to be included]
- Case Study 2
- Description: [to be included]
- Case Study 3
- Description: [to be included]
- Case Study 4
- Description: [to be included]
- Case Study 5
- Description: [to be included]
- Case Study 6
- Description: [to be included]
- Aldas, Dominic Syd
- Fernandez, Cassidy
- Lafuente, Rafael
- Macatunao, Joshua
To contribute to this repository, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.