Solved

Suppose That You Have a Class Named Student with a Method

Question 23

Multiple Choice

Suppose that you have a class named Student with a method named payFees and that you have instantiated an object named student. Which of the following is a proper call to the payFees method?


A) payFees() ;
B) student.payFees() ;
C) Student.payFees() ;

Correct Answer:

verifed

Verified

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

Related Questions