Design the program to get the output as shown. Subtasks: 1. You will need to create 2 classes: Teacher and Course 2. Make all the variables in the Teacher class private. 3. Make all the variables in the Course class public. 4. Write the required codes in the Teacher and Course classes. [You are not allowed to change the code below] # Write your code here for subtasks 1-4 Output: === t1 = Teacher("Saad Abdullah", "CSE") t2 = Teacher("Mumit Khan", "CSE") t3 = Teacher("Sadia Kazi", "CSE") c1 = Course("CSE 110 Programming Language l") c2 = Course("CSE 111 Programming Language-Il") | CSE 110 Programming Language I c3 = Course("CSE 220 Data Structures") c4 = Course("CSE 221 Algorithms") c5 = Course("CCSE 230 Discrete Mathematics") c6 = Course("CSE 310 Object Oriented Programming") c7 = Course("CSE 320 Data Communications") c8 = Course("CSE 340 Computer Architecture") t1.addCourse(c1) t1.addCourse(c2) t2.addCourse(c3) t2.addCourse(c4) t2.addCourse(c5) t3.addCourse(c6) t3.addCourse(c7) t3.addCourse(c8) t1.printDetail() t2.printDetail() t3.printDetail() Name: Saad Abdullah Department: CSE List of courses %3D %3D %3D === %3D CSE 111 Programming Language-Il %3D %3D Name: Mumit Khan Department: CSE List of courses %3D %3D CSE 220 Data Structures CSE 221 Algorithms CCSE 230 Discrete Mathematics Name: Sadia Kazi Department: CSE List of courses CSE 310 Object Oriented Programming CSE 320 Data Communications CSE 340 Computer Architecture II II II II

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Design the program to get the output as shown.
Subtasks:
1. You will need to create 2 classes: Teacher and Course
2. Make all the variables in the Teacher class private.
3. Make all the variables in the Course class public.
4. Write the required codes in the Teacher and Course classes.
[You are not allowed to change the code below]
# Write your code here for subtasks 1-4
Output:
===
t1 = Teacher("Saad Abdullah", "CSE")
t2 = Teacher("Mumit Khan", "CSE")
t3 = Teacher("Sadia Kazi", "CSE")
c1 = Course("CSE 110 Programming Language l")
c2 = Course("CSE 111 Programming Language-Il") | CSE 110 Programming Language I
c3 = Course("CSE 220 Data Structures")
c4 = Course("CSE 221 Algorithms")
c5 = Course("CCSE 230 Discrete Mathematics")
c6 = Course("CSE 310 Object Oriented
Programming")
c7 = Course("CSE 320 Data Communications")
c8 = Course("CSE 340 Computer Architecture")
t1.addCourse(c1)
t1.addCourse(c2)
t2.addCourse(c3)
t2.addCourse(c4)
t2.addCourse(c5)
t3.addCourse(c6)
t3.addCourse(c7)
t3.addCourse(c8)
t1.printDetail()
t2.printDetail()
t3.printDetail()
Name: Saad Abdullah
Department: CSE
List of courses
%3D
%3D
%3D
===
%3D
CSE 111 Programming Language-Il
%3D
%3D
Name: Mumit Khan
Department: CSE
List of courses
%3D
%3D
CSE 220 Data Structures
CSE 221 Algorithms
CCSE 230 Discrete Mathematics
Name: Sadia Kazi
Department: CSE
List of courses
CSE 310 Object Oriented Programming
CSE 320 Data Communications
CSE 340 Computer Architecture
II
II
II
II
Transcribed Image Text:Design the program to get the output as shown. Subtasks: 1. You will need to create 2 classes: Teacher and Course 2. Make all the variables in the Teacher class private. 3. Make all the variables in the Course class public. 4. Write the required codes in the Teacher and Course classes. [You are not allowed to change the code below] # Write your code here for subtasks 1-4 Output: === t1 = Teacher("Saad Abdullah", "CSE") t2 = Teacher("Mumit Khan", "CSE") t3 = Teacher("Sadia Kazi", "CSE") c1 = Course("CSE 110 Programming Language l") c2 = Course("CSE 111 Programming Language-Il") | CSE 110 Programming Language I c3 = Course("CSE 220 Data Structures") c4 = Course("CSE 221 Algorithms") c5 = Course("CCSE 230 Discrete Mathematics") c6 = Course("CSE 310 Object Oriented Programming") c7 = Course("CSE 320 Data Communications") c8 = Course("CSE 340 Computer Architecture") t1.addCourse(c1) t1.addCourse(c2) t2.addCourse(c3) t2.addCourse(c4) t2.addCourse(c5) t3.addCourse(c6) t3.addCourse(c7) t3.addCourse(c8) t1.printDetail() t2.printDetail() t3.printDetail() Name: Saad Abdullah Department: CSE List of courses %3D %3D %3D === %3D CSE 111 Programming Language-Il %3D %3D Name: Mumit Khan Department: CSE List of courses %3D %3D CSE 220 Data Structures CSE 221 Algorithms CCSE 230 Discrete Mathematics Name: Sadia Kazi Department: CSE List of courses CSE 310 Object Oriented Programming CSE 320 Data Communications CSE 340 Computer Architecture II II II II
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY