Multiple Choice
What is the difference between a method heading and a function heading?
A) A method heading uses the word <code>method</code> at the left.
B) A function heading uses the word <code>function</code> at the left.
C) A method heading includes parameters and a function heading provides arguments.
D) A function heading includes parameters and a method heading provides arguments.
Correct Answer:

Verified
Correct Answer:
Verified
Q6: If you declare a variable with <code>var</code>,
Q7: To implement a subclass, you need to
Q8: UML stands for Unified _ Language.
Q9: When a function is called by another
Q10: The _ method searches for a specified
Q12: The switch statement is most similar to
Q13: Typically, what's the first thing you should
Q14: OOP stands for _.
Q15: To sort an array of objects, you
Q16: A class property is associated with a