Source of
Show.java
Structures and functions
1:
//Show.java
3:
public interface Show
4:
{
5:
public void printDirector()
;
6:
}