Wednesday, February 11, 2009

What restrictions are placed on method overloading

Question :What restrictions are placed on method overloading?
Answer :Two methods may not have the same name and argument list but different return types.

No comments: