This commit is contained in:
louiscklaw
2025-02-01 02:01:48 +08:00
parent 8bf2589af5
commit a14cfa137f
125 changed files with 4895 additions and 0 deletions

10
task2/digest.md Normal file
View File

@@ -0,0 +1,10 @@
# Assignment
## Objective
This assignment is to implement the IT University Application System using Object Oriented Programming Techniques. Your coding must be able to show concepts such as Abstraction,Encapsulation, Inheritance and Polymorphism. Your program must be able to do the following:
1. Add applicant personal information, selected degree programme, higher diploma information.
2. Preview the records.
## Requirements of the Assignment