architecture = ScienceExam(100,120,"Physics","HigherMaths","Drawing") print(architecture) print('----------------------------------') print(architecture.examSyllabus()) print(architecture.examParts()) OUTPUT: Marks: 100 Time: 90 minutes Number of Parts: 4 ---------------------------------- Maths , English , Physic

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

Write the ScienceExam class so that the following code generates the output below: class Exam: def __init__(self,marks): self.marks = marks self.time = 60 def examSyllabus(self): return "Maths , English" def examParts(self): return "Part 1 - Maths\nPart 2 - English\n" engineering = ScienceExam(100,90,"Physics","HigherMaths") print(engineering) print('----------------------------------') print(engineering.examSyllabus()) print(engineering.examParts()) print('==================================') architecture = ScienceExam(100,120,"Physics","HigherMaths","Drawing") print(architecture) print('----------------------------------') print(architecture.examSyllabus()) print(architecture.examParts()) OUTPUT: Marks: 100 Time: 90 minutes Number of Parts: 4 ---------------------------------- Maths , English , Physics , HigherMaths Part 1 - Maths Part 2 - English Part 3 - Physics Part 4 - HigherMaths ================================== Marks: 100 Time: 120 minutes Number of Parts: 5 ---------------------------------- Maths , English , Physics , HigherMaths , Drawing Part 1 - Maths Part 2 - English Part 3 - Physics Part 4 - HigherMaths Part 5 - Drawing

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Random Class and its operations
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,