Computer Science - Object Oriented Programming Using C++

46.
Which of the following can be used to declare the main function?
void main
void Main()
void main()
main
either (b) or (c) can be used
Answer: Option
Explanation:
No answer description is available. Let's discuss.

47.
You _____ write your own container classes
must
may
should not
must not
Answer: Option
Explanation:
No answer description is available. Let's discuss.

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
int
double
either (a) or (b)
neither (a) nor (b)
Answer: Option
Explanation:
No answer description is available. Let's discuss.

49.
The highest level of cohesion is
functional cohesion
temporal cohesion
logical cohesion
sequential cohesion
Answer: Option
Explanation:
No answer description is available. Let's discuss.

50.
You separate a derived class name from its access specifier with
a colon
two colons
at least one space
a semicolon
Answer: Option
Explanation:
No answer description is available. Let's discuss.