Multiple choice technology programming languages

The access modifier of an overloaded method is different. Is this valid?

  1. True

  2. False

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

Overloaded methods are completely independent methods that share the same name but have different parameter lists. They are free to have different access modifiers.