add another subclass called vegan that inherits from the student class. add a vegan contructor that takes a name as an argument and passes it to the super constructor. override the getfood() method in vegan to call the superclass getfood() but add a ""no "" in front of it and then say ""but "" and add a vegan food. change javier to a vegan object in main() and try it out!