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


福建星网锐捷网络有限公司 .net开发工程师笔试题

10-15 23:59:20 来源:http://www.qz26.com 笔试题目   阅读:8253
导读: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.9:如果设treeView1=new TreeView(),TreeNode node=new TreeNode("根结点" ),则treeView1.Nodes.Add(node)返回的是一个 ()类型的值。A.TreeNodeB.intC.stringD.TreeView10:在软件生命周期中,下列哪个说法是不准确的?A.软件生命周期分为计划、开发和运行三个阶段B.在计划阶段要进行问题焉醛和需求分析 C.在开发后期要进行编写代码和软件测试 D.在运行阶段主要是进行软件维护 11:假定a和b为int型变量,则执行下述语句组后,b的值为 a=1; b=10; do
福建星网锐捷网络有限公司 .net开发工程师笔试题,标签:银行笔试题目,企业笔试题目,http://www.qz26.com
9:如果设treeView1=new TreeView(),TreeNode node=new TreeNode("根结点" ),则treeView1.Nodes.Add(node)返回的是一个 ()类型的值。 10:在软件生命周期中,下列哪个说法是不准确的? 11:假定a和b为int型变量,则执行下述语句组后,b的值为
a=1;
b=10;
do
{
b-=a;
a++;
} while (b--<0); 12:以下描述错误的是: 13:如下程序的运行结果是:

public abstract class A

{

public A()

{

Console.WriteLine(''A'');

}

public virtual void Fun()

{

Console.WriteLine("A.Fun()");

}

}

public class B: A

{

public B()

{

Console.WriteLine(''B'');

}

public new void Fun()

{

Console.WriteLine("B.Fun()");

}

public static void Main()

{

A a = new B();

a.Fun();

}

} 14:Which of these string definitions will prevent escaping on backslashes in C#?

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


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