Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have been asked to create a object class for TCEA Robotics Teams. Teams consist of a Team Name, Team Number, School, and Region. There

You have been asked to create a object class for TCEA Robotics Teams. Teams consist of a Team Name, Team Number, School, and Region. There are 20 Regions in Texas. An example of data for a team is as follows:

Team Name: Eliminators

Team Number: 7020

School: Lindale High School

Region: 7

The object class will contain:

  • Instance variables
  • A static variable to keep track of the number of teams in the State
  • A default constructor and a parameter constructor
  • Get and set methods for each instance variable (Do not generate with Eclipse)
  • Static method to return the number of teams in the State
  • A toString that will override the toString in the Object class
  • An equals method that will override the equals method in the Object class

Lab02 Requirements:

  1. Complete a UMLimage text in transcribed for the object class as specified above
  2. Implement the Object class using the UML and requirements
  3. Verify the region number is between 1 and 20 in your mutator method
  4. Create a Client class to test your object class
    1. Create two objects
    2. Test all set methods
    3. Test all get methods
    4. Test static method
    5. Test toString
    6. Test equals

Submit your UML, Object class, and Client Class to Canvas

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 1 Lncs 13426

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124227, 978-3031124228

More Books

Students also viewed these Databases questions

Question

1. Outline the listening process and styles of listening

Answered: 1 week ago

Question

4. Explain key barriers to competent intercultural communication

Answered: 1 week ago