Book Image

Learning Object Oriented Programming with C# 7 [Video]

By : Raihan Taher
Book Image

Learning Object Oriented Programming with C# 7 [Video]

By: Raihan Taher

Overview of this book

<p>The course is geared around the idea that you, the programmer, are very much interested in software development and really wants to understand how programming works. You love to keep your concepts clear by practicing it yourself. You are interested to learn the popular Object Oriented Programming language C# and to keep yourself updated about the latest features. </p><p> </p><p>You will start by looking at the C# implementation of OOP. The section will be more about providing definitions and everyday examples. Next, you will learn to set up your tools and environment, Here you will come to know about different type of testing in software development and also learn what is unit testing with an example. You will then walk through software requirement and the important units in programmings such as classes, objects, structures, and interfaces. After briefly knowing about access modifiers and properties you will jump into implementing all these developing a simple bank application. </p><p> </p><p> </p><p> </p><p>After that, you will learn about some more important topics like exception handling, events, delegates, and generics. Then you will start looking into the new features in C# 7. Along with understanding what is Tuples, OUT Variables and deconstruction you will also write some example code to visualize these new ideas. After that, you will continue learning about some other new features and see the benefits of these. Ref returns & locals, Pattern matching, and local functions are the topics you will learn at the last section of this video course. </p><p> </p><p>The code bundle for this course is available at https://github.com/PacktPublishing/Learning-Object-Oriented-Programming-with-C-sharp-7</p>
Table of Contents (7 chapters)
Chapter 3
Essential Topics of Object Oriented Programming
Content Locked
Section 2
Classes, Objects, Structures, and Interfaces
The aim of this video is to give you an overview of classes, objects, Structures and Interfaces. - Understand the functionality of classes, objects, structures, and interfaces - Write code in VS to learn their practical implementation - Check out the utility