Tuesday, August 19, 2014

Signature of an Java Method

The signature is an important concept to remember and is used in overloading/
overriding methods and constructors , Inheritance and
Polymorphism. A constructor will also have a signature. Notice that the definition
of a signature does not include the return type.

No comments:

Post a Comment