Posted by: Pdfprep
Post Date: February 20, 2021
You work as a Software Developer for ABC Inc. The Company uses .NET Framework 2.0 as its application development platform. You are creating an application that will perform different types of comparison operations. Therefore, you decide to use only those methods that are available in all the classes of .NET Framework 2.0.
Which of the following methods will you use to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.
A . Compare
B . ToString
C . Copy
D . Equals
E . GetType
Answer: B,D,E
Leave a Reply