Answers

Question and Answer:

  Home  Adobe Flash

⟩ What best describes what is happening to the new object being created in the following line of code?

Code:

Mexico.prototype = new Country();

A. All of its properties and methods will be passed to the country object.

B. All of the country object's properties and methods will be available to the Mexico object.

C. Both A and B.

D None of the above.

 225 views

More Questions for you: