What are the different ways a method can be overloaded?
Different parameter data types, different number of parameters, different order of parameters. 37. If a base class has a number of overloaded constructors, and an inherited class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor? Yes, just place a colon, and then keyword base (parameter list to invoke the appropriate constructor) in the overloaded constructor definition inside the inherited class. 1. To do: question is to complex. It can be stated better.