The ____ class contains methods and properties for performing mathematical calculations in your programs.
A. Number
B. Integer
C. Function
D. Math
Answer: D
You might also like to view...
Answer the following statements true (T) or false (F)
1. You cannot assign a base class reference to a derived class variable. 2. A method that accepts a base class variable as a parameter cannot accept a derived class variable as a parameter. 3. A class that is not intended to be instantiated but is to be used only as a base class is called a concrete class. 4. A statement that tries to use the new operator instantiate an abstract class will not compile. 5. If you want to create an abstract read-only property, leave out the set accessor.
What type of attribute determines how the operating system allows processes or users to perform some functions?
A. group B. collection C. container D. file
After a function executes, to where does control of the program return?
A. To main() B. To the called function. C. To the last line where it left off. D. To the call statement.
The keyword ____ is used in a Function procedure to return a single value.
A. SendVal B. Return C. ReturnVal D. ReturnValue