Normally, there is no suffix/prefix used when naming abstract classes, unlike interfaces, which have the prefix “I”. Just give your class a name that describes what it is for, in a short precise way.
Normally, there is no suffix/prefix used when naming abstract classes, unlike interfaces, which have the prefix “I”. Just give your class a name that describes what it is for, in a short precise way.