Question: I need an easy eclipse programe that has the following 1. Create a new project in Eclipse (File > New > Java Project.) Name it

I need an easy eclipse programe that has the following
 I need an easy eclipse programe that has the following 1.

1. Create a new project in Eclipse (File > New > Java Project.) Name it Homework1Q1. Then: 1- Create a package named cmps251.homeworkl, within this package there are two pack ages called model and runner 2- Create a class that defines an entity of your choice (fruit, shape, store, hospital, etc.). This class must go in the "model" subpackage you created in step 1. The class should contain: a. a minimum of 3 fields, 3 methods, plus getters and setters as applicable b. use appropriate access and non-access modifiers (private, static, public, final, etc.) c. two constructors, one default and one non-default 3- Create another class as a runner class in subpackage runner that you created in step 1. In this class you will have your main function. Name the class as you wish. 4- The runner class in step 3 will test the class by instantiating objects and calling the me thods you created in step 2

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!