Write all the contents of a java file named restaurantjava


Write all the contents of a Java file named 'Restaurant.java'. This file contains the class Restaurant that represents some data about a Restaurant.

Every Restaurant is identified by its 3 attributes: a category (like "Chinese" or "Mediterranean"), a rating in stars (between 0 to 5 stars), and the indication that it has vegetarian food or not (true or false).

Write syntactically correct Java code for all these 3 attributes, its 3 accessor methods (get methods), its 3mutator methods (set methods), and two appropriate constructor methods (one default and one with all attributes as parameters) that initialize all its instance variables. You must also write an equals method that compares all attributes of the Restaurant for equality. There is no need to add comments to the program. If you add comments you are wasting your time. Write only the required sentences.

 

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write all the contents of a java file named restaurantjava
Reference No:- TGS01133029

Expected delivery within 24 Hours