Question: - Using one of the patterns described, write the code needed to create 3 student objects. Each student object should have a describel? method that
- Using one of the patterns described, write the code needed to create 3 student objects. Each student object should have a describel? method that returns a string that describes the student. Each student will be described using a full name and a student number. The rest of the description will be built up based on the student's activity at HyperionDev. For example, the description should explain which Bootcamps the student has registered for and which level of the Bootcamp has been completed. Below is sample output: Student 1: Susan Smith: - Registered for the Software Engineering Bootcamp - Completedievell Student 2: Michael Jansen: - Registered for the Web Development Bootcamp - Completed level 1 - Completed level 2 - Completed level 3 - Registered for the Software Engineering Bootcamp Student 3: Saoirse Ranan - Registered for the Web Development Bootcamp - Completed levell - Completed level 2 - Completed level 3 - Registered for the Software Engineering Bootcamp - Completed levell
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
