You are proud of your team, the design is solid and ready to be built. We will sprint out the build into three phases, each with a scenario test. This first sprint will include the Meme, BackgroundImage, and Rating classes.

computer science

Description

You are proud of your team, the design is solid and ready to be built. We will sprint out the build into three phases, each with a scenario test. This first sprint will include the Meme, BackgroundImage, and Rating classes.


First, set up your project: 

● Create a new Java project on Eclipse, and call it “Homework 3.” 

● Copy all of your Homework 2 files into the Homework 3 project. 

● Maintain a copy of Homework 2 files (i.e., do not overwrite them.)


Implementation Implement methods for the three classes as described below. When creating a constructor, if a class has more fields than specified in the constructor, initialize these fields with default values. Note that some of these classes make use of the User class, which has method stubs but is not fully implemented at this point. We will implement it in the next sprint.

Instruction Files

Related Questions in computer science category