Exercise 4 - Instances

1 Creating Instances

Consider the class Student below.





Create an instance of the class
Student.





Create another instance and give the student the name "Alice", who has 65 books.





You also want to create a student called "Burt" with 32 books.



1.1




1.1.1 Simulation of Student, StudentAlice and StudentBurt