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:

Verified
Correct Answer:
Verified
Q10: When creating a ToString method to return
Q11: When using the Remove method of a
Q12: You access public members of a class
Q13: Which method is used to create a
Q14: Which of the following displays a message
Q16: A(n) _is a class property that is
Q17: A constructor is a method named _found
Q18: It's possible to access the items in
Q19: The following statements are true about user-defined
Q20: The class is the portion of a