Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please Answer both MCQs. both are different questions. class) public class MyCourse { public static void main(String args) { Here shows some sample results: r.addCourse(SWENG311,
Please Answer both MCQs. both are different questions.
class) public class MyCourse \{ public static void main(String args) { Here shows some sample results: r.addCourse("SWENG311", 4) show SWENG311 (4th semester) is added Registrar r.addCourse(course, semestr): 3 r.addCourse("CMPEN210", 4) show Exception: no such course. catch(CourseException ce) \{ System.out.println(ce): \} \} \} Let Pp= new C(). What would be the outputs for p.getl() and p.get (() ? p.getl(): p.get): \begin{tabular}{|c|c|} \hline \begin{tabular}{l} public class P{ \\ int i=5; \\ int j=10 \\ public int getIO { return i;} \\ public int getJO \{retum j;} \end{tabular} & \begin{tabular}{l} public class C extends P{ \\ int j=30 \\ public CO{ \\ super.i=25; \\ j=20 \\ super. j=15 \\ public int getIO \{return i;} \end{tabular} \\ \hline \end{tabular}
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started