MCTS Certification: Exam Terms and Definitions

Microsoft Certification - Exam Help

  • Increase font size
  • Default font size
  • Decrease font size
Home > Contract
MCTS - Exam 70-536: Contract

Contract

E-mail Print PDF

Contract(s) and Interface(s)?

Contracts or interfaces, agreements, boundaries and/or crossing points are crucial programming essentials. They enable component compliance through standard contracts, implementing interfaces nuts-and-bolts programming utilities.

Interfaces define contracts between types, ensuring a class implements specific members. If constraints are used to require types  to initialize and use certain interface, any methods used in and for that interface can be called.

Contracts, standards, agreements, form part of the Fundamentals Toolkit for .NET Framework development and environments. Complying with standard contracts is part of the basics. Interfaces are also known as contracts. It defines a common set of members that all classes, participants must provide that implement and use this interface. They are used to equality comparison for example. Use of contracts or interfaces can be used for identifying errors, creating interface(s) for add-ins, add-ons, plug-ins and other key processes.

Key Exam Points

  1. Gain experience in implementing common interfaces
  2. Practice scenarios and contract(s), with real-world classes, allowing arrays of objects to be sorted, type conversions, as well as disposals of same.


Related Terms

Interface

 

This article is based on the 2nd edition of the Microsoft .Net Framework Application Training Kit with the purpose to help 70-536 Exam takers to succeed. I constantly look for ways to improve the content.   Please leave a comment about this article or drop me a message if you would like to see changes for this site.

Last Updated on Monday, 02 March 2009 14:05  
0 Votes