1 2 3 4 5 6
public abstract class TopTop6 { public void anotherPublicMethod() {} protected void anotherProtectedMethod() {} }