抽象属性或基类构造函数的参数?
初始化器在基类构造函数执行前被执行,它们被执行的顺序就是在类里被声明的顺序。
Initializers execute before the base class constructor for your type executes, and they are executed in the order the variables are declared in your class.
在派生类的构造函数调用基类指派算子不好?
C + + : Bad Form to Call Base Class Asssignment Operator in Derived Class Constructor?
为了在该情况下进行实例匹配,基于隶属度和贴近度的概念,构造了靶实例与基实例的模糊相似度函数,从而以统一形式同时处理上述两类数据。
In order to match the case in this situation, a fuzzy similarity function between case-target and Case-base was constructed based on the conception of membership degree and closeness degree.
现在,我米要调用基类的构造函数,而不是成员函数虚函数。
Now Im going to call virtual function from constructor of Base class rather than member function.
此构造函数由派生类构造函数调用以初始化基类,不适合直接在代码中使用。
This constructor is called by derived-class constructors to initialize the base class and is not intended for use directly from your code.
派生类的构造函数基类指针,我怎么指向基类的指针?
For a derived class with a constructor that takes a base class pointer, how do I refer to the base class pointer?
针对勒让德谱元方法,构造了一类混合局部基函数,并证明了其线性无关特点。
A class of hybrid basis are designed for Legengre spectral element method and it's linear independence is proved.
基类访问只能在构造函数、实例方法或实例属性访问器中进行。
A base class access is permitted only in a constructor, an instance method, or an instance property accessor.
不可访问基类中的复制构造函数,因此无法为派生类生成复制构造函数。
A copy constructor was not accessible in a base class and was therefore not generated for a derived class.
不可访问基类中的构造函数,因此无法为派生类生成构造函数。
A constructor was not accessible in a base class and was therefore not generated for a derived class.
在由派生类的构造函数调用时,提供基类值的初始化。
Provides initialization for base class values when called by the constructor of a derived class.
在由派生类的构造函数调用时,提供基类值的初始化。
Provides initialization for base class values when called by the constructor of a derived class.
应用推荐