abstract class naming convention

Viewed 63766

Should we have a team coding standard that the names of abstract classes have prefix Abstract ? e.g.

public abstract class AbstractB implements B {}
6 Answers
Related