Solved

Case-Based Critical Thinking Questions Case 13-5 Steve Has Created a Custom

Question 3

Multiple Choice

Case-Based Critical Thinking Questions Case 13-5 Steve has created a custom object. He wants to use a template for all the properties and methods associated with the object's class. To add a method to a prototype, Steve should apply the _____ command.


A) objName.prototype.function = method;
B) objName.prototype.method = function;
C) objClass.prototype.method = function;
D) objInstance.prototype.method = function;

Correct Answer:

verifed

Verified

Related Questions