Commit d9f25ffb authored by Amirhosein Rajabpour's avatar Amirhosein Rajabpour

interface commit

parent 8a026070
package org.university.core;
public interface AccountingInterface {
public double callCurrentIncome();
public AbstractEmployee callEmployee();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment