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.

Base classes<br />

• Every type has at most one base type<br />

– System.Object and interfaces have no base type<br />

– System.Enum for enums, System.Array for arrays<br />

– Base type for classes defaults to System.Object if not explicitly<br />

specified<br />

– sealed class modifier prevents use as a base type<br />

– abstract class modifier mandates derivation<br />

31

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

Saved successfully!

Ooh no, something went wrong!