Answers

Question and Answer:

  Home  Adobe Flash

⟩ Which of the following lines of code will create a new object named myObj?

A. myObj = Object();

B. myObj = new Object();

C. new Object.myObj();

D. new Object(myObj);

 124 views

More Questions for you: