oop
Intro to OOP 56:45

OOP Intro walks through from the most basic to the most complex OOP concepts in an easy visual way.

go

First time we really work with classes. This is going to start up our timer project.

go

OOP naming conventions. Lets learn a few small new things but mainly focus on names and organization.

go

Learn about inheritance and see how that connects with built in classes.

go

In this part we take a deeper look at scope and a quick review of events and their connection to scope.

go

In this course we will break into a new concept of OOP programing. We will learn what polymorphism is and build up a full application using an interface.

go

In part two of our interfaces topics we finish up the topic and continue building up a demo application.

go