填空题
实体之间的联系可以归结为一对一的联系,一对多的联系与多对多的联系。如果一个学校有许多学生,而一个学生只归属于一个学校,则实体集学校与实体集学生之间的联系属于______的联系。
【参考答案】
一对多
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
算法复杂度主要包括时间复杂度和______复杂度。
点击查看答案&解析
单项选择题
以下程序段共有错误( )处。 #include <iostream> using namespaces std; class Sample private: int n; public: Sample (int i) n=i; void setvalue(int i) n=i; void display() cout<< n= <<n<<endl ; ; int main() const Sample a(10); a.setvalue(5); a.display(); return 0;
A.1
B.2
C.3
D.4
点击查看答案&解析
相关试题
有以下程序: #include <iostream> u...
已知int DBL(int n)return n+n;和lo...
有以下程序 #include <iostream> usi...
执行语句序列 int x=10,&r=x; co...
下列程序的输出结果为 Object id=0 Ob...