C# vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:30 AM on 6/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

6 Terms

1
New cards

When do you use “static”?

when there are no objects

2
New cards

When do you not use “static“? Or use non static?

for functions

3
New cards

how do you declare an array?

return type, brackets, name, and {get; set;}

4
New cards

what does “this“ refer to in a non static function?

the object being referenced in a function

5
New cards

how would you declare a for loop?

(int [name] = 0; [name] < array.Length; [name]+=[whole number]){}

6
New cards

how would you store something

use an object with field variables