26.02.2015 Views

C#.Net Migration - A2Z Dotnet

C#.Net Migration - A2Z Dotnet

C#.Net Migration - A2Z Dotnet

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Interfaces<br />

• Interfaces are an explicit kind of type in the CLR<br />

– Express what is common across classes<br />

– Allow classes to share a common design<br />

– Include sufficient type information to program against, but not<br />

enough to instantiate<br />

– Members may include methods, properties, indexers, and events<br />

– Cannot include implementation details or fields<br />

– Concrete type must supply all implementation details<br />

26

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!