Method prototype v signature

R

Robert Mark Bram

Hi all!

I know that a method signature is the method's name and list of parameter
types, but what is a method's prototype?

Is it the signature and return type or..
is the signature, return type and all modifiers?

Thanks for any advice!

Rob
:)
 
E

Erwin Moller

Robert said:
Hi all!

I know that a method signature is the method's name and list of parameter
types, but what is a method's prototype?

Is it the signature and return type or..
is the signature, return type and all modifiers?

Rob,

What do you mean with 'all modifiers'?
 
J

John C. Bollinger

Robert said:
I know that a method signature is the method's name and list of parameter
types, but what is a method's prototype?

I don't normally see that terminology applied to Java. Function
prototypes are a C concept that is not relevant to Java.


John Bollinger
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top