Java Associate — Medium
Key points
- Overriding means replacing a method in a subclass
- @Override annotation is used to indicate intentional overriding
- Method signature includes method name and parameters
- Prevents errors by catching mistakes in method names or parameters
Ready to go further?
Related questions
