Video description
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.
What You Will Learn
- 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
Audience
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.
About The Author
Programming Resources: Programming Resources was founded by a passionate web developer who's committed to helping anyone, regardless of their background, learn to code. He believes that with perseverance and a focus on understanding fundamental concepts, anyone can build strong technical skills.
Product information
- Title: Beginner Object-Oriented Programming in C# and .NET Core
- Author(s):
- Release date: October 2020
- Publisher(s): Packt Publishing
- ISBN: 9781800564503
You might also like
video
Programming in C# .NET
In this computer based training course on C#.NET, teacher and author Mike McMillan introduces you to …
book
Hands-On Object-Oriented Programming with C#
Enhance your programming skills by learning the intricacies of object oriented programming in C# 8 Key …
video
C# and .NET for Object-Oriented Programmers
How to use C# in conjunction with object-oriented design principles.
video
C# Object-Oriented Programming for Beginners in C# and .NET
Object-Oriented Programming is easy to start and is fundamental in any programming language, including C# and …