Multiple choice

The ability of a method to be used in different classes with the same return type and number of arguments is called as _____________.

  1. methods overloading

  2. methods overriding

  3. inheritance

  4. super

  5. data encapsulation

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The ability of a method to be used in different classes with the same return type and number of arguments is called as methods overriding.