canMate

abstract fun canMate(target: Animal): Boolean

Returns true if this animal is eligible to mate with the given target animal, or false otherwise.

Return

true if this animal can mate with the target, false otherwise

Parameters

target

the target