java - What is it called when a subclass changes the implementation of a superclass method? -
i search on own, don't know look. there annotation this?
overriding. , @override
annotation, link
indicates method declaration intended override method declaration in supertype.
Comments
Post a Comment