Solved

If There Exists a Class Named Person and One Wants

Question 15

Multiple Choice

If there exists a class named Person and one wants to create a new class named Student based on the Person class, what code segment below shows the correct way to do so?


A) Public Class Student Inherits Person
B) Public Class Student Extends Person
C) Public Class Student Inherits From Person
D) Public Class Student :Person

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions