Z
Zach
Is it possible to use "get" and "set"
where "value" is say three ints.
If so, is there sample code anywhere?
Adrian.
where "value" is say three ints.
If so, is there sample code anywhere?
Adrian.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Adrian said:Could you please tell me how to modify the code so it will work?
Adrian said:Re code that I posted last
What is the reason that I cannot write ha[1] = d?
Adrian said:Re code that I posted last
What is the reason that I cannot write ha[1] = d?
Adrian said:This code demonstrates the principle better.
Is this "Prototyping"?
Adrian said:John, would the code below represent "cloning"?
Jon Skeet said:Prototyping is just writing a quick test program without going through
all the proper error handling, localization etc, just to test whether
or not a concept or technology works.
Adrian said:Is any abstract class a prototype?
Jon Skeet said:Not in the way I normally use the word, no. Others use the word that
way sometimes though. I tend to find it brings too much confusion, so I
stick with prototype meaning "early testing version" and use "abstract
class" when I mean abstract class.
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.