Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Welcome 1:30
- Object-Oriented Programming 2:29
- Object-Oriented Programming 5 questions
- Types 3:14
- Instantiation 6:28
- Types and Objects 5 questions
- Instantiation 2 objectives
- Fields 6:18
- Fields 1 objective
- Object Initialization 5:14
- Initialization 3 objectives
- Practice Writing Classes 3:40
- Wrap-up 4 questions

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Fields define the attributes an object can have.
Additional information about how to use the Mono C# Compiler can be found by typing
mcs --help
in the command prompt.
Remove a file: rm <filename>
List files in the current directory: ls
Compile Treehouse Defense: mcs -out:TreehouseDefense.exe *.cs
Run Treehouse Defense: mono TreehouseDefense.exe
Compile and run Treehouse Defense: mcs -out:TreehouseDefense.exe *.cs && mono TreehouseDefense.exe
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Joe Whitehead
2,179 Points1 Answer
-
Alejandro ponce
709 Points1 Answer
-
Pavel Senk
2,717 Points1 Answer
-
David Munoz
Front End Web Development Techdegree Student 1,922 Points1 Answer
-
PLUS
Ilya Sikharulidze
Courses Plus Student 1,073 Points0 Answers
-
Delaine Teddy R Ndau
3,437 Points1 Answer
-
jamesroyle
2,621 Points2 Answers
-
James Lawson
971 Points1 Answer
-
Ruslan T
1,706 Points2 Answers
-
Alexis Ruiz
9,237 Points1 Answer
-
Levente Bito
4,679 PointsIn workspace I can't use special characters that would be essential for C#. Like &, *.
Posted by Levente BitoLevente Bito
4,679 Points1 Answer
-
Louis Nathan
2,598 Points1 Answer
-
Rasmus Hall
1,260 Points1 Answer
-
Heath Port
2,571 Points2 Answers
-
Jack Stone
9,838 Points1 Answer
-
PLUS
Igor Latychev
Courses Plus Student 7,310 Points1 Answer
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up