Adobe Flash Question:
Download Questions PDF

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

Answer:

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.

Download Adobe Flash Interview Questions And Answers PDF

Previous QuestionNext Question
Whitch of the following of code will return "Video" from the following code block?Tell the difference between indexed array and associative array?