Book Image

C# 8 Programming in 4 Hours [Video]

By : Nitin Rastogi
Book Image

C# 8 Programming in 4 Hours [Video]

By: Nitin Rastogi

Overview of this book

<p><span id="description" class="sugar_field">C# has become one of the most popular and versatile object-oriented programming languages designed to make software applications. Nowadays, many organizations are creating or upgrading their systems in Microsoft .Net technologies. Learning C# makes it easy for you to become a full-stack developer.<br /> </span></p> <p><span id="description" class="sugar_field">This course is the perfect guide if you’re looking to start developing with C# 8 in three hours. You’ll learn the basics of programming in C#, object-oriented programming concepts, and the advanced concepts in C# with interactive examples and learn to implement asynchronous programming techniques to improve the performance of applications. It also covers one windows application implementation using C#.<br /> </span></p> <p><span id="description" class="sugar_field">By the end of this course, you’ll be ready to implement C# concepts to develop your own application. <br /> </span></p> <p><span id="description" class="sugar_field">The code bundle for this video course is available at - <a style="font-weight: normal;" href="https://github.com/PacktPublishing/C-8-Programming-in-4-Hours-v-" target="_new">https://github.com/PacktPublishing/C-8-Programming-in-4-Hours-v-</a></span></p> <h1>Style and Approach</h1> <p>This course is designed with a practical approach and focuses on step-by-step learning to cover the most important concepts of C# in a day.</p>
Table of Contents (6 chapters)
Chapter 4
Object-Oriented Programming in C#
Content Locked
Section 3
Abstraction
In this video you will learn OOP concept Abstraction - What is Abstraction - Create Abstract Class - Implement/override abstract method