当前位置:七七学习网文档大全求职指南求职笔试面试笔试题目福建星网锐捷网络有限公司 .net开发工程师笔试题» 正文

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

[10-10 21:21:19]   来源:http://www.77xue.com  笔试题目   阅读:8730
概要:A./textB./docC./xmlD./help8: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.9:如果设treeView1=new TreeView(),TreeNode node=new TreeNode("根结点" ),则treeView1.Nodes.Add(node)返回的是一个 ()类型的值。A.TreeNodeB.intC.stringD.TreeView10:在软件生命周期中,下列哪个说法是不准确的?A.软件生命周期分为计划、开发和
福建星网锐捷网络有限公司 .net开发工程师笔试题,标签:驾照笔试题目,腾讯笔试题目,http://www.77xue.com
8:In Object Oriented Programming, how would you describe encapsulation? 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()");

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


Tag:笔试题目驾照笔试题目,腾讯笔试题目求职指南 - 求职笔试面试 - 笔试题目
联系我们 | 网站地图 | 范文大全 | 管理知识 | 教学教育 | 作文大全 | 语句好词
Copyright http://www.77xue.com--(七七学习网) All Right Reserved.
1 2 3 4 5 6 7 8 9 10