Hi all.
Imagine that wi have an interface like this
how i must write my function definition to be sure that the function1 doesn't change my Object a during his work.Code:public Interface MyInterface
{
public void function1(Object a);
}
Best Snooze-G.
