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: OUTPUT: Cricket Tournament Name: Default def _init_(self,name='Default'): self. name = n ame Number of Teams: def set_name(self,name): self. Туре: No tyре name = name def get_name(self): return self. _name Cricket Tournament Name: IPL Number of Teams: 10 Туре: t20 #write your code here Tennis Tournament Name: Roland Garros ct1 = Cricket_Tournament() Number of Players: 128 print(ct1.detail()) print("- ct2 = Cricket_Tournament("IPL",10,"t20") print(ct2.detail()) print(": Tennis_Tournament("Roland Garros",128) print(tt.detail()) ") -") tt =

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

use pythone language and inheritance to solve this problem thank you

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:
OUTPUT:
def _init_(self,name=' Default'):
self.
Cricket Tournament Name: Default
name = name
Number of Teams: 0
def set_name(self,name):
self.
Туре: No tyре
name = name
def get_name(self):
return self.
Cricket Tournament Name: IPL
name
Number of Teams: 10
Туре: t20
#write your code here
Tennis Tournament Name: Roland Garros
ct1 =
Cricket_Tournament()
Number of Players: 128
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: OUTPUT: def _init_(self,name=' Default'): self. Cricket Tournament Name: Default name = name Number of Teams: 0 def set_name(self,name): self. Туре: No tyре name = name def get_name(self): return self. Cricket Tournament Name: IPL name Number of Teams: 10 Туре: t20 #write your code here Tennis Tournament Name: Roland Garros ct1 = Cricket_Tournament() Number of Players: 128 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 4 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,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT