Program Structure Flashcards

1
Q

What are C# programs made of?

A

One or more C# source code files.

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

What are C# source code files made of?

A

Zero or more namespaces.

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

What do namespaces contain?

A

Types and other namespaces.

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

Which are the C# types?

A

Classes, structs, interfaces, enumerations, and delegates.

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