C# Intermediate Programming: Classes, Interfaces and OOP
What you’ll learn
-
Work with classes, constructors, fields, properties, methods and indexers
-
Use encapsulation to improve the robustness of the code and reduce the impact of change
-
Re-use code using inheritance and composition
-
Understand the problems with inheritance and how composition solves these problems
-
Change the behaviour of an application by extending its code, rather than changing it
-
Develop loosely-coupled, testable and extensible applications using interfaces
Whether you want to use C# to build web apps, mobile apps, desktop apps or games, understanding C# classes, interfaces and principles of object-oriented programming is crucial.
This course is the second part of Mosh’s best-selling C# series and is all about classes, interfaces and object-oriented programming. In essence, you’ll learn:
- How to work with classes, constructors, fields, properties, methods and indexers
- How to use encapsulation to reduce the impact of change
- How to improve the robustness of your code
- How to re-use code using inheritance and composition
- Why composition is better than inheritance
- How to build extensible applications using polymorphism
- How to develop loosely-coupled, extensible and testable applications using interfaces
There are lots of free tutorials and videos on YouTube. Why would you want to take this course?
The answer is simple: quality of teaching.
Mosh is a passionate software engineer with over 13 years of experience developing applications in C#. He is the author of several best-selling C# courses on Udemy and knows how to lead you through a series of baby steps in a logical way.
So, from the very beginning to the very end, you’ll be confident that you’ll be in good hands and watching every minute of the course, unlike the reading many free tutorials and videos, does not waste your precious time.
Each section is equipped with a balanced mix of theory and practice. At the end of each section you’ll get exercises to master the concepts you learn in that section.
And one last reason: all videos are produced with high quality video/audio, to provide you the best learning experience.
THE COMPLETE C# PACKAGE
This course is the second part of Mosh’s complete C# series on Udemy:
- Part 1: C# Basics for Beginners: Learn C# Fundamentals by Coding
- Part 2: C# Intermediate: Classes, Interfaces and Object-oriented Programming
- Part 3: C# Advanced: Take Your C# Skills to the Next Level
WHAT OTHER STUDENTS WHO HAVE TAKEN THIS COURSE SAY:
“I’ve actually landed my first job as a Junior software developer. I owe a lot of it to you because your courses have been EXTREMELY helpful. May God bless you and your efforts to create high quality courses. This has really changed my life from working as a security guard and doing websites for free, now I am a professional.” -Danish Jafri
“Your courses have given me the confidence to get out of my dead end job and apply for a full time coding job. I am very happy to say that I just finished the job interview and they gave me the job!!!” -Dan Farnell
“Outstanding quality! I have come to learn that all Mosh’s courses are top notch. This course is no different! The content is beautifully designed, well organized with great examples, and delivered in a clear and concise manner (with great video and audio quality)! I also loved that this course includes exercises. Fantastic stuff!” -Roger Sæle
“Love it! This guy definitely knows what he’s talking about. He strives to make his courses as comprehensive as possible and he teaches you several tricks along the way.” -Jeb Watson
“As with all of his courses his passion and love for programming is infectious. He does a great job of intermixing theory with hard examples and cautions with practicality. If you learn better by watching and examples then reading and theory this is a must watch to move beyond the learning the syntax of c#.” -Michael Paul
“Excellent course! All of Mosh’s courses are very much worth taking if you really want to learn C# in a professional way. Not only does Mosh clearly describe the syntax of the language and explain the language concepts, but he also constantly emphasizes the importance of good programming practices” -Tony Zampini
ABOUT YOUR INSTRUCTOR
Mosh (Moshfegh) Hamedani is a passionate software engineer and teacher with 13 years of experience building applications using C# (since the first release of .NET Framework in 2002). Mosh is a full-time developer and what you are going to learn in this course is the result of his day-to-day work as a hardcore programmer along with years of studying,
Mosh’s students describe him as a passionate teacher who knows how to take a student on a series of logical steps and enriching them with a great mixed of theory and practice.
100% MONEY-BACK GUARANTEE
This course comes with a 30-day full money-back guarantee. Take the course, go through the lectures, do the exercises, and if you’re not happy, ask for a refund within 30 days. All your money back, no questions asked.
So do you want to take your C# skills to the next level? Then take this course now and get started!
Who this course is for:
- Any C# developer who wants to master classes and interfaces
- Any C# programmer who wants to better understand object-oriented programming
12 reviews for C# Intermediate Programming: Classes, Interfaces and OOP
Add a review
Original price was: $99.99.$17.99Current price is: $17.99.
Filip Dołęgowski –
Overall it’s a great course, I only feel that mixing Unit Tests with interfaces while introducing them is maybe a bit too confusing and I had to reach out to external articles
Scott Kwiecinski –
This is a good course to get into some advanced topics in C# programming. There were a few topics that I had to go over a few times because my brain just wasn’t wrapping my head around what was going on, but that is on me, and not the course. I do feel that there are topics that I need to go into more in depth lectures on and learn more about, like Interfaces. I feel I understand them on a surface level, but I feel that there is something missing in my head that is allowing me to fully wrap my head around the topic. I feel that more time could have been spent on Interfaces, because I felt that some of it was a little rushed, but that might be easily on me, and not on the course.
Overall I really enjoyed the course, and I feel that I may go over the sections that I was having a little difficulty with again.
Giacinto Greco –
This course is great. I was able to understand the benefits of loss of coupling in class, in order to have a more maintainable and reusable software. I also learnd the importance of SOLID principle in OOP. Thanks @moshhamedani.
Thomas Sorger –
Full of clever concepts, examples and good programming practices combined with a great teaching style – can’t recommend it enough.
Thank you for the journey.
Maddox Reuter –
It was very good, Im still not that good at coding, but holy crap this made me understand way more things about c# then I did before. Thank you Mosh, you are a very talented teacher.
Stefan Wozniak –
All topics presented in an accessible way. Perhaps only the combination of interfaces with unit tests could be preceded by something simpler. But after watching the entire lesson on interfaces, the topic seems understandable.
Discussing the solutions at the end is a fantastic idea. It made me sure that I understood the lessons well.
I recommend this course.
Vishal Shinde –
Great course! Each concept very nicely explained with minimal theory and practical code examples. Concept explained with the reference of real world software requirements nice.
Jaron Carter –
Mosh always does a great job teaching. My only critiques would be to give more information in the exercises. The workflow engine exercise was rather confusing and I had to guess and re-read it a few times before getting an idea of what he might have wanted us to do. Maybe a flowchart or some visual breakdown as simple as a ordered list in the Word document might help.
Anita Trifunovska –
The overall course is good but there is a big problem in the interfaces section. You can’t follow along with the lecture because the code that is shown throughout the lecture is not provided and Mosh is jumping from file to file so you have to stop and write the code along the way. In the last lecture you don’t even get to see all the files.
Furkan Erem –
Mosh is such a great instructor. Just one thing about this course; the interface section seems kinda complex to me. Thank you for the course.
Dillon McClendon –
Explanation of concepts is excellent, and the examples and exercises in each section challenge the student to really understand the concepts. It was a great learning experience.
Blayre –
Ok, it starts of pretty great, and then unfortunately falls apart when the instructor tries to introduce BOTH unit testing and interfaces in the same lesson. Totally confusing to beginners, and will require you to definitely check out other resources to figure out what he’s doing here. Would have been much better if he introduced these as separate subjects. I really like Moshe, Harlan is great too, but the last section left a really bad taste in my mouth. Will change my rating if this section gets a revision. In addition, I understand not having answers to the exercises will motivate some people to try harder before giving up, but for people who already put a lot of time into doing exercises, we are still beginners and it’s reassuring/helpful to see if we were on the right track at least.