当前位置:MCPD(70-536)题库

问题:

[单选]

You work as an application developer at Certkiller .com. You have been given the responsibility of creating a class named CalcSalary that will determine the salaries of Certkiller .com’s staff.The CalcSalary class includes methods to increment and decrement staff salaries.You would like to invoke the IncrementSalary and 
DecrementSalary methods dynamically at runtime from the sales manager application when needed. After viewing the information displayed in the exhibit, you decide to use the Salary delegate to invoke these methods.  using System; 
public delegate boolSalary (Employee Emp, double Amount); public class CalcSalary { 
// for promotions 
public static bool IncrementSalary (Employee Emp, double Amount) { 
// implementation details } 
// for demotions 
public static bool DecrementSalary (Employee Emp, double Amount) { 
// implementation details } 
What code should you use?()

A . A
B . B
C . C
D . D

您正在制订备份策略Active Directory轻型目录服务(AD LDS)中,以确保数据和日志文件定期备份。这也将确保在系统出现故障时,应用程序和用户数据的持续可用性。因为你已经有限的媒体资源,你决定到只有具体ADLDS实例,而不是备份整个卷的备份。来完成这项任务,你应该怎么做呢() 使用Windows服务器备份实用程序,并启用“复选框,只需要AD LDS的数据库和日志文件的备份。 使用Dsdbutil.exe工具来创建安装介质,对应唯一的ADLDS实例。 移动广告LDS的数据库和日志文件在一个单独的数量和使用Windows Server备份实用程序。 以上都不对。 用于房地产出租、出售、信托、互换等经营活动的投资叫做() 土地开发投资。 房屋开发投资。 房地产经营投资。 房地产中介服务投资。 什么是汽油机的正常燃烧过程? 根据《实施化学事故应急救援预案加强重大化学危险源管理的通知》[化督发(1997)459号]的附件二,属于重大化学危险源的有() 某单位单台液氨储罐储量在5吨以上。 某单位单台液氨储罐储量在20吨以上。 某单位液氨总储量在20吨以上。 某单位液氨总储量在5吨以上。 一般影响矿石品级的因素有哪些?

You work as an application developer at Certkiller .com. You have been given the responsibility of creating a class named CalcSalary that will determine the salaries of Certkiller .com’s staff.The CalcSalary class includes methods to increment and decrement staff salaries.You would like to invoke the IncrementSalary and 
DecrementSalary methods dynamically at runtime from the sales manager application when needed. After viewing the information displayed in the exhibit, you decide to use the Salary delegate to invoke these methods.  using System; 
public delegate boolSalary (Employee Emp, double Amount); public class CalcSalary { 
// for promotions 
public static bool IncrementSalary (Employee Emp, double Amount) { 
// implementation details } 
// for demotions 
public static bool DecrementSalary (Employee Emp, double Amount) { 
// implementation details } 
What code should you use?()

参考答案:

  参考解析

本题暂无解析

在线 客服