Q. In Java, can a subclass overload a method from its superclass?
β
Correct Answer: (B)
No, method overloading is not allowed in Java
You must be Logged in to update hint/solution