If two overloaded methods are-test(Object xyz) and test(Customer cust)[Assume Customer is a class with member name of type String].Now if we call test(null), which method will be called? why?

Test(Customer cust) will be called.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions