这是一个面试问题 面试已经完成了
Given a class A with members of Class B and C. If an exception happens in class C s constructor but the program can still work well, what is the reason ?
我的回答是:
A.或A没有指示在C类进行某些操作。
C类没有任何即时处理。
例外不是一个错误。 例外处理器功能处理良好 。
有什么更好的主意吗?
谢谢!