The Department of Computer Science & Engineering
|
|
STUART C. SHAPIRO: CSE
115 C
|
public interface IName
public class Name implements IName1, IName2, ...
ActualType may be assigned to a
variable of type DeclaredType as long as
ActualType is a subtype of
DeclaredType