Given the following classes, write the code for the Cricket Tournament and the Tennis_Tournment class so that the following output is printed. class Tournament: def _init_(self,name-'Default'): self._name- name def set name(self, name): OUTPUT: Cricket Tournament Name: Default Number of Teams: 0 Type: No type

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter9: Using Classes And Objects
Section: Chapter Questions
Problem 1CP: In previous chapters, you have created programs for the Greenville Idol competition. Now create a...
icon
Related questions
Question

#python code
please find the attached image

Task - 3
Given the following classes, write the code for the Cricket_Tournament and the
Tennis_Tournment class so that the following output is printed.
|class Tournament:
def _init_(self,name='Default'):
self._name name
def set_name(self,name):
self._name - name
def get name(self):
return self._name
OUTPUT:
Cricket Tournament Name: Default
Number of Teams: 0
Type: No type
Cricket Tournament Name: IPL
Number of Teams: 10
Type: t20
#write your code here
Tennis Tournament Name: Roland Garros
Number of Players: 128
ct1 = Cricket_Tournament()
print (ct1.detail())
print(".
ct2 = Cricket_Tournament ("IPL",10, "t20")
print (ct2.detail())
print("---
tt Tennis Tournament ("Roland Garros", 128)
print(tt.detail())
------")
-")
Transcribed Image Text:Task - 3 Given the following classes, write the code for the Cricket_Tournament and the Tennis_Tournment class so that the following output is printed. |class Tournament: def _init_(self,name='Default'): self._name name def set_name(self,name): self._name - name def get name(self): return self._name OUTPUT: Cricket Tournament Name: Default Number of Teams: 0 Type: No type Cricket Tournament Name: IPL Number of Teams: 10 Type: t20 #write your code here Tennis Tournament Name: Roland Garros Number of Players: 128 ct1 = Cricket_Tournament() print (ct1.detail()) print(". ct2 = Cricket_Tournament ("IPL",10, "t20") print (ct2.detail()) print("--- tt Tennis Tournament ("Roland Garros", 128) print(tt.detail()) ------") -")
Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Class
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,