2013年5月28日 星期二

C# Fundation, Part 3 (Interface)

1. Can put access modifier in front of interface keyword

2. Naming rule: always put I in front of interface name

3. Inherit from multiple interfaces by using comma, to separate different interfaces

4. Must implement all members defined in parent class

image

沒有留言:

張貼留言