Introduction to C#
- slide 20 : 43
Types
Similarities.
Classes in both C# and Java
Interfaces in both C# and Java
Differences.
Structs in C#, not in Java
Delegates in C#, not in Java
Nullable types in C#, not in Java
Class-like Enumeration types in Java; Simpler approach in C#