What are the disadvantages if use return keyword to return error codes?
A. You have to handle all exceptional cases explicitly
B. Your code size increases dramatically
C. The code becomes more difficult to read
D. All of the mentioned
Answer: Option D

Join The Discussion