XP may contain more than just X. For example, the NP "The boy who likes his puppy" consists of Det, N and S, with Det being s_____, N the head and S the complement.
查看答案
Words which introduce the sentence complement are termed c______.
指出下列对定义重载函数的要求中( )是错误的提法
A. 要求参数的个数不同。
B. 要求参数中至少有一个类型不同。
C. 要求函数的返回值不同。
D. 要求参数的个数相同时,参数类型不同。
以下基类中的成员函数,哪个表示纯虚函数( )。
A. virtual void vf(int);
B. void vf(int)=0;
C. virtual void vf( )=0;
D. virtual void vf(int){ }
下列描述中,( )是抽象类的特性。
A. 可以说明虚函数
B. 可以进行构造函数重载
C. 可以定义友元函数
D. 不能定义其对象