Eduvos needs a student discipline and performance trackingmanagement application that will store students’ details relatingto the module that a student has issues with in a database systemfor easy tracking and management. This system captures studentdetails such as student name, student id and the moduleconcerned.
Using the same scenario above you are required to create a classcalled StudentDetails with the instance variables studentName,studentNo, module and description. The class has four methodsreadDetails, addDetails, saveDetails and displayDetails. ThesaveDetails saves the details into a text file which receives thearguments from the class. The readDetails encapsulates code forreading data from the console and then calls addDetails method forassigning the read values to instance variables. Then saveDetailsmethod is called by the addDetails which in return calls thedisplayDetails. The display method prints all the details of thestudent.
Eduvos needs a student discipline and performance tracking management application that will store students’ details rela
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am