-
Get a solid understanding of the four main pillars of Object-Oriented Programming (OOP)
-
Learn how to write clean and error-free code using the concepts of OOP
-
Solidify your learning by making interesting applications in C# and .NET
Object-Oriented Programming (OOP) gives the power to developers to make their code scalable, readable, and maintainable. These are the main aspects that an organization looks at before hiring a software developer or a web developer. And these aspects are what make a developer stand out from the rest of the herd. OOP teaches you how to think clearly about your code by letting you visualize your problems in terms of objects. This allows you to have a high-level view of the problem which then allows you to come up with a much better solution.
The course starts with an overview of learning objectives and guides you through the process of installing .NET Core, Visual Studio Code, and C# plugins in Visual Studio. Once you are good to go, you will uncover what a program is and some great ways to write an error-free program. You will also become familiar with Object Oriented Programming (OOP) basics. Now, with the help of simple examples, you will understand the four main pillars of OOP: inheritance, polymorphism (static and dynamic), encapsulation, and abstraction. Towards the end, you will recap all that you have learned, and develop three small applications to encapsulate your learning.
By the end of this course, you will be well-versed in Object Oriented Programming (OOP) fundamentals using C# and .NET as the coding platform.
All code files and related material is available on GitHub at:
https://github.com/PacktPublishing/Beginner-Object-Oriented-Programming-In-CSharp
If you are an amateur software developer or an experienced coder, who wants to know how Object-Oriented Programming (OOP) works in C# and .NET and wants to understand the four main pillars of OOP, then this course is for you. Anyone who takes pride in their code and wants to constantly improve their skillset will gain a lot from this course.
A basic understanding of C# is recommended to get started with this course; however, it is not mandatory. You can download Visual Studio Code and install it yourself or you can do it along with the author during the course’s progression.
-
Understand the Oriented Programming (OOP) basics
-
Install .NET Core SDK and Visual Studio code on your machine
-
Use inheritance in a class to acquire the property of another class
-
Study static polymorphism and dynamic polymorphism
-
Distinguish between public, protected, and private encapsulation
-
Hide background details and implementation with abstraction