[Free] Basics Of Object Oriented Programming With C#
This course will introduce you to the Basics of OOP with C#, followed by a Project to Practice – Warrior Wars! – Free Course
What you’ll learn
- Basic Concepts of Object Oriented Programming with C# (but the concepts apply to most languages)
- Namespaces
- Fields & Properties
- Const and Readonly constants
- Static Fields
- Static Classes (Singleton)
- Enumerations
Requirements
- You should have some coding experience prior to taking this course!
- Visual Studio Installed on your PC
- Some experience with C#
Description
This course will lay the foundations of Object Oriented Programming (OOP) in your mind, allowing you to progress to more complex, systematic and cleaner Programming methods.The course is aimed at students who have at least some coding experience, preferably with C# (but Java or any other similar language is also acceptable).
In the course you will learn:
- What is an object and a class
- What is object oriented programming
- Class Constructors
- Namespaces
- Should you or should you not use the “this” keyword
- Fields and Properties
- Different ways in which Properties can be used
- Const and Readonly constants, the difference between them and how to use them
- Static Fields and Static (Singleton) Classes
- Enumerations
- And more…
We are going to ask ourselves a series of questions and we will answer them with code, this will produce a beautifully written high quality code, that you will fall in love with.
Author(s): Tod Vachev