ASP Programming Question:
Download Questions PDF

How can you overload a method?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

Different parameter data types, different number of parameters, different order of parameters.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Whats the difference between an interface and abstract class?If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?