|
|
|
|
|
by 1718627440
296 days ago
|
|
This is one interpretation. The other is that the interface of check_flags() specifies, that any implementation of it is only allowed to differ on the type of the object and not any other property. You already prescribe with the chosen arguments in the superclass on which things the child implementation can depend. Why not also do this with the first argument? |
|