以下为句子列表:
英文: Specifically, it will be impossible if the superclass does not provide an accessible parameterless constructor.
中文: 特别地,如果超类没有提供一个可访问的、无参数的构造函数的话,那么子类要做到可系列化是不可能的。
更详细...
英文: When a method is invoked and it is not part of the derived class, its immediate superclass will be searched; if that class doesn't define the method, its superclass will be searched, and so on.
中文: 当一个方法被调用并且它不属于导出类时,它的直接超类将被搜索;如果那个类也没有定义这个方法,它的超类将被搜索,依此类推。
更详细...
|