1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
When do you use “static”?
when there are no objects
When do you not use “static“? Or use non static?
for functions
how do you declare an array?
return type, brackets, name, and {get; set;}
what does “this“ refer to in a non static function?
the object being referenced in a function
how would you declare a for loop?
(int [name] = 0; [name] < array.Length; [name]+=[whole number]){}
how would you store something
use an object with field variables