Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Menu
Interface « Class Interface « C# / C Sharp
C# / C Sharp
Class Interface
Interface
1.
Interface with method name conflicts
2.
Demonstrate the ByTwos interface
3.
Demonstrate the ByTwos interface 2
4.
Use a property in an interface
5.
Add an indexer in an interface
6.
One interface can inherit another
7.
Explicitly implement an interface member
8.
Use explicit implementation to remove ambiguity
9.
Two class inherit one interface
10.
Using interface 3
11.
illustrates interfaces
12.
illustrates implementing multiple interfaces
13.
illustrates inheriting from a class and implementing multiple interfaces
14.
illustrates casting an object to an interface
15.
illustrates deriving an interface from one interface
16.
illustrates deriving an interface from multiple interfaces
17.
illustrates an explicit interface member implementation
18.
illustrates interface member hiding
19.
Demonstrates the use of a simple interface
20.
Interface demo
21.
Interface demo: implements two interfaces
22.
Interface casting
23.
Overriding Interfaces
24.
Overriding Interfaces: Tester Overriding InterfacesAs
25.
A safe method of determining whether a class implements a particular interface
26.
Interfaces:Working with Interfaces
27.
Reimplementation of Interfaces
28.
Interface with event