Directories ¶
Path | Synopsis |
---|---|
advanced
|
|
example1
Sample program that explores how interface assignments work when values are stored inside the interface.
|
Sample program that explores how interface assignments work when values are stored inside the interface. |
Sample program to show how polymorphic behavior with interfaces.
|
Sample program to show how polymorphic behavior with interfaces. |
Sample program to show how to understand method sets.
|
Sample program to show how to understand method sets. |
Sample program to show how you can't always get the address of a value.
|
Sample program to show how you can't always get the address of a value. |
Sample program to show how method sets can affect behavior.
|
Sample program to show how method sets can affect behavior. |
Sample program to show how the concrete value assigned to the interface is what is stored inside the interface.
|
Sample program to show how the concrete value assigned to the interface is what is stored inside the interface. |
exercises
|
|
exercise1
Declare an interface named speaker with a method named speak.
|
Declare an interface named speaker with a method named speak. |
template1
Declare an interface named speaker with a method named speak.
|
Declare an interface named speaker with a method named speak. |
Click to show internal directories.
Click to hide internal directories.