【正文】
virtual void MethodB(){}}class Class1: BaseClass{public void MethodA(){(Class1)。object o = i。} 1. i=2001,o=2000,j=2000 2. i=2001,o=2001,j=2001 3. i=2000,o=2001,j=2000 4. i=2001,o=2000,j=2001 Question 43. (多選) ,這個(gè)應(yīng)用程序包含了50個(gè)頁面?! ?. 。)。)。 } } 1. A B () 2. A B () 3. B A () 4. B A () Question 45. (單選) Which of these string definitions will prevent escaping on backslashes in C?*——3 1. string s = ”n Test string”。Question 46. (單選) Which of the following operations can you NOT perform on an DataSet?——4 1. A DataSet can be synchronised with a RecordSet. 2. A DataSet can be synchronised with the database. 3. A DataSet can be converted to XML. 4. You can infer the schema from a DataSetQuestion 47. (單選) In Object Oriented Programming, how would you describe encapsulation?——4 1. The conversion of one type of object to another. 2. The runtime resolution of method calls. 3. The exposition of data. 4. The separation of interface and implementation.Question 48. (單選) How does assembly versioning in .NET prevent DLL Hell?——2 1. The runtime checks to see that only one version of an assembly is on the machine at any one time. 2. .NET allows assemblies to specify the name AND the version of any assemblies they need to run. 3. The piler offers pile time checking for backward patibility. 4. It doesn’t.Question 49. (單選) 三種常用的字符串判空串方法: 1: bool isEmpty = ( == 0)。 private SampleSingleton1(){(初始化SampleSingleton1。}} 以上代碼實(shí)現(xiàn)了設(shè)計(jì)模式中的哪種模式?——3 1. 原型 2. 抽象工廠 3. 單鍵 4. 生成器