getTag abstract method
Obtains a tag that describes the instance of the abstract class.
The tag is specific to the concrete implementation of the abstract class.
Returns String. A tag describing the implementation of the abstract class.
Implementation
String getTag();