IT 117: Intermediate Scripting
Class 21 Ungraded Quiz
-
What do you call the special class of methods that do things
like provide a string representation of an object and convert one
data type into another?
-
What is the name of the method that will return a string
representation of an object?
-
What is the name of the method that allows you
to add two objects together?
-
What is the name of the method that allows you
to subtract one object from another?
-
What is the name of the method that allows you
to multiply two objects together?
-
What is the name of the method that allows you
to divide one object by another and get a result of type
float
?
-
What is the name of the boolean method that allows you
to test whether one object is equal to another?
-
What is the name of the boolean method that allows you
to test whether one object is NOT equal to another?
-
What is the name of the boolean method that allows you
to test whether one object is greater than another?
-
What is the name of the boolean method that allows you
to test whether one object is less than another?