DBS B8IT117: Object Oriented Programming Practical Assignment Solution
VerifiedAdded on 2022/08/11
|3
|563
|22
Practical Assignment
AI Summary
This document presents a solution to a practical programming assignment for the Object Oriented Programming (OOP) module, B8IT117. The assignment required the development of a C# console application to implement a student-staff management software prototype, including basic CRUD operations (Create, Read, Update, Delete) for students, lecturers, and administrators. The solution demonstrates the use of object-oriented programming concepts such as inheritance to facilitate code reuse and manage the CRUD application's functionality. It also utilizes switch case statements for control flow and ArrayLists to store data. The solution is supported by a UML diagram and addresses the technical merit of the implementation, encompassing the efficient design of the application and the effective use of programming concepts.
1 out of 3