This quiz jumps around a bit from MovieClips to OOP.
Number of Questions : 7
Difficulty : Medium
Topic : MovieClips and OOP
This quiz jumps around a bit from MovieClips to OOP.
Number of Questions : 7
Difficulty : Medium
Topic : MovieClips and OOP
7 Comments
5/6 i got the last one wrong! ha. idk why i got that wrong.
“You scored 7 out of 7.
Your performance have been rated as ‘Unbeatable’ ”
no comment again
5/7 What the heck is a static initializer?
think of a static initializer as a static constructor…
could you write a snippet example of a static initializer, please…
I wrote 3 or 4 examples a few months ago:
This is the simplest
http://actionsnippet.com/?p=719
// here are the rest
http://actionsnippet.com/?s=static+initializer&searchsubmit=Search
the eariliest is the simplest… the rest are a little complex
Thank you, sir…