본문 바로가기
개발/개발 기타

[Tip of the Day] IntelliJ : Override methods

by 똘똘이박사 2023. 10. 6.

Override methods

You can easily override methods of the base class by pressing   Ctrl   O   (Code | Override Methods).
To implement methods of the interfaces (or of the abstract base class) that the current class implements, 

press   Ctrl   I   (Code | Implement Methods).

 

반응형