Question: ITDR2104 Programming Assignment 1 The objective of this assignment is to implement a Student class Create a new project in your IDE and add a
ITDR2104 Programming Assignment 1 The objective of this assignment is to implement a Student class Create a new project in your IDE and add a class in the project with a suitable class name The class should be created using the following UML: Student -idno:int name:String -gender:char major:String +Studento +Student(id:int,name:String.gender char) +getldnoO:int +getName:String +getGender0:char +getMajorO:String +setMajor(major:String):void +toString:Strin The major or specialization for a student can be any one of Software, Network, Security or Database Management. In order to test your class, create another class that contains the main method (i.e. your main program). The code in the main method should crcatc n number of objects, where n' depends on how many students you want to have. [You should test the concepts of a dynamic array]. In each object, allow the user to select any one of the specialization and set it in the object. Also the program should print the contents of all objects using the toString method. You must submit the source code on or before 29-03-2018
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
