write the definition of a class ContestResult containing: an instance variable winner of type String, initialized to a empty string an instance variable second_place of type String, initialized to a empty string an instance variable third_place of type String, initialized to a empty string a method called set_winner that has one parameter, whose value it assigns to the instance variable winner a method called set_second_place that has one parameter, whose value it assigns to the instance variable second_place a method called set_third_place that has one parameter, whose value it assigns to the instance variable third_place a method called get_winner that has no parameter and returns the value of the instance variable winner a method called get_second_place that has no parameter and returns the value of the instance variable second_place a method called get_third_place that has no parameter and returns the value of the instance variable third_place

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 5RQ
icon
Related questions
Question

write the definition of a class ContestResult containing:

an instance variable winner of type String, initialized to a empty string

an instance variable second_place of type String, initialized to a empty string

an instance variable third_place of type String, initialized to a empty string

a method called set_winner that has one parameter, whose value it assigns to the instance variable winner

a method called set_second_place that has one parameter, whose value it assigns to the instance variable second_place

a method called set_third_place that has one parameter, whose value it assigns to the instance variable third_place

a method called get_winner that has no parameter and returns the value of the instance variable winner

a method called get_second_place that has no parameter and returns the value of the instance variable second_place

a method called get_third_place that has no parameter and returns the value of the instance variable third_place

no constructor needed to be defined. using python

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
void method
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT