package lectures.inheritance.multiple;
import util.annotations.WebDocuments;

@WebDocuments({"Lectures/InheritanceMultiple.pptx", "Lectures/InheritanceMultiple.pdf", "Videos/InheritanceMultiple.avi"})
public interface ErroneousMultipleInterfaceInheritance extends
//  InitWithoutReturnType, 
  InitWithReturnType 
{

}