Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
3k views

Parameters hide instance variables in Objective-C

Is there a way to give a parameter to a method the same name as an instance variable in Objective-C without hiding that variable? For instance, - (void)doSomething:(id)object { self.object = ...
1
vote
4answers
983 views

Passing Hidden Variables in Vb.net

I want to pass a few variables to another page. Currently I'm using response.redirect and passing the variables in the url. I'm not really interested in using Session Variables. Is there a way to pass ...