46. 

Which of the following can be used to declare the main function?

A. void main
B. void Main()
C. void main()
D. main
E. either (b) or (c) can be used

47. 

You _____ write your own container classes

A. must
B. may
C. should not
D. must not

48. 

If an integer object is thrown with a throw statement, then a subsequent catch block has a usable match if the type of the catch argument is

A. int
B. double
C. either (a) or (b)
D. neither (a) nor (b)

49. 

The highest level of cohesion is

A. functional cohesion
B. temporal cohesion
C. logical cohesion
D. sequential cohesion

50. 

You separate a derived class name from its access specifier with

A. a colon
B. two colons
C. at least one space
D. a semicolon