View Single Post
  #1 (permalink)  
Old 07-18-2007, 07:15 PM
snooze-g snooze-g is offline
Member
 
Join Date: Jul 2007
Posts: 8
snooze-g is on a distinguished road
Function declaration problem.
Hi all.
Imagine that wi have an interface like this
Code:
public Interface MyInterface { public void function1(Object a); }
how i must write my function definition to be sure that the function1 doesn't change my Object a during his work.

Best Snooze-G.
Reply With Quote
Sponsored Links