Should we have a team coding standard that the names of abstract classes have prefix Abstract ? e.g.
public abstract class AbstractB implements B {}
Should we have a team coding standard that the names of abstract classes have prefix Abstract ? e.g.
public abstract class AbstractB implements B {}