Term cloud

Contract

Contract also known as interface, define a common set of members that all classes that implement the contract must provide.

Ex:

' VB
Class ExampleClass
Implements IDisposable
End Class

// C#
class ExampleClass: IDisposable
{
}

0 comments:

Post a Comment

 

Dot net terms Copyright © 2010 | Designed by Ipietoon for Free Blogger Template