A function cannot be called from an expression& & & & & & & True or False
U must declare parameters for all functions& & & & & & & & & & & & & & True or False
The return value from a subroutine must be used in an expression& & & & True or False
An object is an instance of a class& & & & & & & & & & & & & & & & & & & & & & & & & & & & True or False
When a checkbox is checked, the check property may be tested for a value of true& True or False
1
Expert's answer
2011-06-06T07:44:20-0400
1. A function cannot be called from an expression -& False & 2. U must declare parameters for all functions -& False - there are functions without parameters & 3. The return value from a subroutine must be used in an expression -& False - not necessarily & 4. An object is an instance of a class -& True & 5. When a checkbox is checked, the check property may be tested for a value of true -& True
Comments
Leave a comment