C Plus Plus Miscellaneous - Study Mode
[#296] In which of the following relationship objects of related classes can occur independently?
Correct Answer
(D) Both Aggregation an Association
[#297] Which of the following is the limitation of bitset over vector bool?
Correct Answer
(B) Size
[#298] What should be the name of the constructor?
Correct Answer
(C) same as the class
[#299] Which block should be placed after try block?
Correct Answer
(A) catch
[#300] What does the checked iterator allow you to find?
Correct Answer
(C) Run time error