Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.12 KB

Introduction to Object Oriented Programming with C#

Written by Paige Bystrom for Girl Develop It Seattle-Tacoma stemmed from Ashley Lowry's curriculum from Girl Develop It Austin

Course description

A 4-day course intended to be taught in 2-hour classes.

Part 1 covers Language Fundamentals:

  • Creating a new C# Solution
  • Variables
  • Operators
  • Expressions
  • Statements
  • Flow Control
  • Objects
  • Methods
  • Constructors
  • Null

Part 2 covers Object-Oriented Concepts:

  • Objects (cont.) and Classes
  • Defining Fields and Methods
  • Data Encapsulation
  • Subclasses and Inheritance
  • Polymorphism
  • Abstraction
  • Interfaces

Part 3 covers:

TBD

Part 4 covers:

TBD

You'll leave with a solid introductory foundation to programming concepts and we'll be there to answer any questions you may have along the way!

Prerequisites

This course is intended for those with little to no programming experience.

Tech requirements