Q. Can a method be both overloaded and overridden in the same class in Java?
β
Correct Answer: (A)
Yes, as long as the method names are the same
You must be Logged in to update hint/solution