Booking options
£88.99
£88.99
On-Demand course
3 hours 27 minutes
All levels
This video course makes you familiar with the four pillars of Object-Oriented Programming: inheritance, polymorphism, encapsulation, and abstraction. Gain the confidence to use the concept of OOP to develop 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
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
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.
With the help of simple, succinct examples, and without using programming jargon this video course will teach you the four main pillars of Object-Oriented Programming (OOP) and how OOP is used in C# and .NET to write flawless code. All the code written is going to be pretty simple and focus on explaining the core concepts of OOP in a step-by-step manner.
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
https://github.com/PacktPublishing/Beginner-Object-Oriented-Programming-In-CSharp
Avetis Ghukasyan is a passionate web developer who believes that with hard work, dedication and consistency, anybody can learn and develop strong technical skills-even if that individual has no prior knowledge of it and feels like a complete beginner. He also believes that understanding concepts is much more important than memorizing them.
1. Setup
2. Big Picture
3. Inheritance
4. Polymorphism
5. Encapsulation
6. Abstraction
7. All Together