Answered step by step
Verified Expert Solution
Link Copied!

Question

00
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.

image text in transcribed

image text in transcribed

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Please help me evaluate this integral. 8 2 2 v - v

Answered: 1 week ago