目前本站已有 十几万 份求职资料啦!


卓银软件(深圳)有限公司 VC++高级开发工程师笔试题

10-15 23:59:20 来源:http://www.qz26.com 笔试题目   阅读:8548
导读:选择题1:In Object Oriented Programming, how would you describe encapsulation?A.The conversion of one type of object to another.B.The runtime resolution of method calls.C.The exposition of data.D.The separation of interface and implementation.2:在软件生命周期中,下列哪个说法是不准确的?A.软件生命周期分为计划、开发和运行三个阶段B.在计划阶段要进行问题焉醛和需求分析 C.在开发后期要进行编写代码和软件测试 D.在运行阶段主要是进行软件维护 3:Which of the following operations can you NOT perform on an ADO.NET DataSet?A.A DataSet can be synchronised with a Re
卓银软件(深圳)有限公司 VC++高级开发工程师笔试题,标签:银行笔试题目,企业笔试题目,http://www.qz26.com

选择题

1:In Object Oriented Programming, how would you describe encapsulation? 2:在软件生命周期中,下列哪个说法是不准确的? 3:Which of the following operations can you NOT perform on an ADO.NET DataSet? 4:  
  1. 下述程序代码中有语法错误的行是(  )。   
  2. int i,ia[10],ib[10];      /*第一行*/  
  3. for (i=0;i<=9;i++)        /*第2行*/  
  4.   ia[i]=0;          /*第3行*/  
  5. ib=ia;    /*第4行*/  
5:声明一个委托public delegate int myCallBack(int x); 则用该委托产生的回调方法的原型应该是 6:设有变量说明语句int a=1,b=0;
则执行以下程序段的输出结果为( )。
switch (a)
{
case 1:
switch (b)
{
case 0:printf("**0**");break;
case 1:printf("**1**");break;
}
case 2:printf("**2**");break;
}
printf("\n");

[1] [2] [3]  下一页


Tag:笔试题目银行笔试题目,企业笔试题目求职笔试面试 - 笔试题目
【字号: 】 【打印】 【关闭
最新更新
推荐热门
联系我们 | 网站地图 | 财务资料 | 范文大全 | 求职简历 | 财会考试 | 成功励志
Copyright 二六求职资料网 All Right Reserved.
1 2 3 4 5 6 7 8 9 10