Data Types
Learning Objectives
After completing this chapter, you should be able to do the following:
- Explain the difference between static and dynamic typing
- Write comments in C#
- Name the numeric types in C#
- Declare variables in C#
- Distinguish between value and reference types
- Parse data types
- Follow proper C# naming conventions
Key Terminology
Throughout this lesson, you will see lots of new vocabulary. Here is everything that you should make note of on the pages the term first appears:
Data Types
- dynamically typed
- statically typed
- type system
- primitive type
- class
- boxing
- unboxing
Some C# Practice
- using
- namespace
- assembly
Console.WriteLine
Console.ReadLine
- comments
Strings, Characters, and Arrays
char
- array
Objects Primer
- object
- method
- static
- public