Book Image

A 17 Hour C# Course with Intro to SQL and C# 7.0 [Video]

By : Tom Owsiak
Book Image

A 17 Hour C# Course with Intro to SQL and C# 7.0 [Video]

By: Tom Owsiak

Overview of this book

This comprehensive C# course is designed for beginner programmers, as you won't be rushing through code. It focuses on the C# language rather than the graphical aspects of Windows programming. You will also learn HTML, basic CSS and how to use a variety of controls like buttons, text boxes, drop downs lists and others. You'll learn in a detailed and deliberate way so you can set a foundation and move from basic to more advanced concepts easily. In addition to learning C#, you'll also cover the Microsoft Visual Studio programming environment, which will serve as the perfect complement to your newfound C# skills. To work with code in a more advanced way, you'll tackle how to check simple conditions using if/else blocks, as well as how to use loops to do things like repeat blocks of code to work more efficiently. After covering various operators to evaluate and assign control structures, you'll learn how to use arrays to store collections of data. Moving on to Object Oriented Programming, you'll create objects that contain both data and functions to make your job even easier.Throughout this course, you'll learn the core concepts of C#, which can then be applied directly to other popular programming languages, including C++, C, Java, and JavaScript.To put what you're learning to the test as you move through the course, you'll also complete a variety of programming assignments for hands-on practice.
Table of Contents (18 chapters)
Chapter 17
Object-Oriented Programming - Console Version
Content Locked
Section 11
Interfaces, and What Purpose They Serve
In this video we will see how Interfaces are contracts. We will look at the fundamental difference between an interface and a class. Then we will express interface concepts in code. Watch the attached video to learn how to pass interface type objects.