default constructor
基本解释
- 默认构造函数
英汉例句
- You must have a public default constructor.
您必须具有公共缺省构造器。 - This instantiation involves the default constructor for the class being called, with the injection of dependencies happening afterwards.
这种实例化涉及到要调用的类的默认构造函数,随后还要注入依赖关系。 - For instance, if you decided that all classes should have a default constructor that takes no arguments, you could write a rule that checks for a constructor on each class of an assembly.
例如,如果你决定所有的类都应该具有一个不带任何参数的默认构造函数,则可以编写一条规则,以确保程序 集的每个类上都具有一个构造函数。
shy818818.blog.163.com
双语例句
词组短语
- default copy constructor function 默认复制构造函数
- default copy constructor 缺省复制构造函数
- default t constructor 默认构造函数
- synthesized default constructor 合成的默认构造函数
- uses default constructor 使用默认构造函数
短语
专业释义
- 默认构造函数
- 缺省构造函数
- 预设构造器