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:

Verified
Correct Answer:
Verified
Q18: If you would like to sort an
Q19: An object has properties and methods. It
Q20: Using the formal JavaScript inheritance terms, which
Q21: Suppose an <code>onclick</code> event-handler function includes an
Q22: The formal term for creating an object
Q24: If the following code executes, what message
Q25: Sort the following three strings so they
Q26: The Array object's concat method returns a
Q27: Suppose you have a subclass Truck, a
Q28: Provide code that instantiates an array named