Interface Interface123

All Superinterfaces:
Interface1, Interface2, Interface3
All Known Implementing Classes:
Exercise8_5

public interface Interface123
extends Interface1, Interface2, Interface3

Test interface 123 uses three other interfaces

Version:
1.0
Author:
Kristian Torp, torp (at) cs (dot) aau (dot) dk

Method Summary
 java.lang.String g()
           
 
Methods inherited from interface Interface1
a, b
 
Methods inherited from interface Interface2
c, d
 
Methods inherited from interface Interface3
e, f
 

Method Detail

g

public java.lang.String g()