Interface Person

All Known Implementing Classes:
Student

public interface Person
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Person other)
     
    int
     
     
  • Method Details

    • equals

      boolean equals(Person other)
    • getName

      String getName()
    • getAge

      int getAge()