Question: Question 14 (25 points) Create a class named Table. Table has two numeric attributes. One for length and one for width. Table should have getters/setters

Question 14 (25 points) Create a class named Table. Table has two numeric attributes. One for length and one for width. Table should have getters/setters (accessor/mutator methods) for length and width. It should also have a no-arg constructor and override the toString method to print the values of the attributes. Copy/paste from your IDE into this question. Coding standards other than proper class name are not enforced. You do not need to provide a main. A
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
