Interface

  • public abstract is there by default
  • Interface variables can only be constant (public, static, final)
  • Interface methods must not be static
  • Interface can extends one or more interfaces (not classes; extends only, not implements)

results matching ""

    No results matching ""