Exam (elaborations)
CMSC 131 Final Exam 2023 with 100% correct answers
- Course
- Institution
Overriding - correct answer When you create a method that already exists in a parent class, the new class overrides this class Overloading - correct answer Having methods with the same name but different parameters so Java knows which one to use. @Override - correct answer A hint to Java that...
[Show more]