Quiz 6 Solution - Tuesday June 13, 2000
1. What is the symbol used in flowcharts to represent the start and end of
an algorithm.
2. What is the symbol used to represent an if statement without an else?
3. True/False. A class is a concrete thing.
False. A class is an abstract type of thing.
4. True/False. It is not necessary to place { and } around the body of a
class definition.