微软MCAD 70-310 实战百题
题目内容

You are using Visual Studio .NET to develop an application to replace a COM-based application. You are assigned to write a . NET class that will be used by client applications as a COM object. Your class code is being moved and modified while development continues on the new application.You want to minimize any possible disruption to the COM interface as a result of code changes.Which code segment should you use?

2021-12-25

A.Public Class MyClassToExpose Public Function Calc () As Integer 'Implementation code goes here.End Function End Class

B.Public Interface IMyClassToExposePublic Function Calc () As Integer End InterfacePublic Class MyClassToExpose Implements IMyClassToExpose Public Function Calc () As Integer 'Implementation code goes here.End Function End Class

C. Public Class MyClassToExposePublic Function Calc() As Integer 'Implementation code goes here. End Function End Class

D.

E.AutoDispatch) >Public Class MyClassToExpose Public Function Calc () As Integer 'Implementation code goes here.End Function End Class

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端