Closed octopusinvitro closed 7 years ago
Since the Person class is a subclass of an Entity, and Entity defines the identifiers method already, there is no need to redefine it in the subclass again.
Person
Entity
identifiers
Since the
Person
class is a subclass of anEntity
, andEntity
defines theidentifiers
method already, there is no need to redefine it in the subclass again.