https://github.com/npwitk/des103-object-oriented-programming-laboratory
A repository of Java files from the DES103 course at SIIT, covering OOP principles, inheritance, polymorphism, event-driven programming, and GUI development.
https://github.com/npwitk/des103-object-oriented-programming-laboratory
Last synced: 3 months ago
JSON representation
A repository of Java files from the DES103 course at SIIT, covering OOP principles, inheritance, polymorphism, event-driven programming, and GUI development.
- Host: GitHub
- URL: https://github.com/npwitk/des103-object-oriented-programming-laboratory
- Owner: npwitk
- License: mit
- Created: 2024-12-17T04:53:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T12:53:29.000Z (about 1 year ago)
- Last Synced: 2025-01-21T10:13:52.229Z (11 months ago)
- Language: Java
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DES103: Object-Oriented Programming Laboratory
This repository contains Java files for **DES103: Object-Oriented Programming Laboratory**, a course at SIIT, Thammasat University. The course focuses on the principles of object-oriented programming (OOP) using Java, emphasizing both theoretical understanding and practical implementation. Topics include fundamental OOP concepts, advanced features like inheritance, polymorphism, and event-driven programming, as well as GUI development.
The repository is organized by weekly lab topics to align with the course structure. Each folder contains exercise code completed during class sessions.
This repository also includes:
- **Exams:** Final and mock final exams encountered during our year for practice.
