https://github.com/hasin023/swe_4301_object_oriented_concepts
Object Oriented Concepts II
https://github.com/hasin023/swe_4301_object_oriented_concepts
csharp java oop
Last synced: about 1 month ago
JSON representation
Object Oriented Concepts II
- Host: GitHub
- URL: https://github.com/hasin023/swe_4301_object_oriented_concepts
- Owner: hasin023
- License: mit
- Created: 2023-08-08T13:11:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T17:41:51.000Z (over 2 years ago)
- Last Synced: 2025-06-15T17:09:14.720Z (about 1 year ago)
- Topics: csharp, java, oop
- Language: Java
- Homepage:
- Size: 45 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object Oriented Concepts II
This repository contains the theory concepts for the course Object Oriented Concepts II (SWE4301) and the Lab tasks-solutions for the course Object Oriented Concepts II Lab (SWE4302) at Islamic University of Technology.
- Directory `java_oop_practice` contains Java code examples and exercises for different OOP concepts.
- Directory `swe4301_theory` contains notes and examples for different OOP concepts.
- Directory `swe4302_lab` contains the Lab tasks and solutions for all the labs.
- Directory `qb_solutions` contains solutions to previous years exam questions.
> [!NOTE]
> The solutions are not the only way to solve the problems. There can be many other ways to solve the problems. The solutions are provided just to give you an idea about how to solve the problems and how I solved them. You can solve the problems in your own way.
```java
Goodbye World ✨
```