Saturday, April 2, 2011

What is Method Signature?

A method signature is a collection of information about the method, as in a C prototype or a forward function declaration in other languages. It includes the method's name, type, and visibility, as well as its arguments and return type.

                                                                             By Patrick Niemeyer & Joshua Peck (O'Reilly)

No comments:

Post a Comment