填空题

【4】 是数据库设计的核心。

【参考答案】

数据模型
<上一题 目录 下一题>
热门 试题

填空题
在算法正确的前提下,评价一个算法的两个标准是 【1】 。
单项选择题
下列程序的输出结果是 #include<iostream.h> class Myclass public : Myclass( int i=0,int j=0) x=i; y=j; void show( )cout<< x= <<x<< < y= <<y<<endl; void show( )constcout<< x= << << y= <<y<<endl; privated: int x; int y; ; void main( ) Myclass my l (3,4); const my2(7,8); my l.show( );my2.show( );
A.x=4,y=3;x=7,y=8
B.x=3,y=4;x=7,y=8
C.x=7,y=8;x=4,y=3
D.x=8,y=7;x=7,y=8
相关试题
  • 若要在C盘根目录下作为二进制文件打开文件t...
  • 以下程序的输出结果是 【14】 。 #in...
  • 【11】 是实现C++语言编译时多态性的...
  • 下面程序的运行结果是 【8】 和 【9】...
  • 表达式x.operator++( )还可写成 【...