Treehouse C# Basics v2 Flashcards

1
Q

What is the “using” directive?

A

Lets you see your access types and then the name space. Basically makes it so that you dont have to keep typing out class names over and over.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the static keyword mean / do?

A

You add it to a method. It allows the method to be called on its own and that it doesn’t belong to an object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly