Skip to content

Files

Latest commit

049a6fa · Jul 4, 2018

History

History
This branch is 56 commits behind ProfessionalCSharp/ProfessionalCSharp7:main.

ObjectOrientation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 17, 2017
Jul 4, 2018
Jul 4, 2018

Readme - Code Samples for Chapter 4, Object-Oriented Programming with C#

This chapter contains the following code samples:

  • VirtualMethods (declare base types using abstract, virtual, override)
  • InheritanceWithConstructors (inheritance with non-default constructors)
  • UsingInterfaces (declaring and using interfaces)

To build and run the .NET Core samples, please install one of these tools:

  • Visual Studio 2017 Update 7 with the .NET Core workload
  • Visual Studio for Mac
  • Visual Studio Code

Please download and install the tools from .NET Core downloads.

For code comments and issues please check Professional C#'s GitHub Repository

Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.

Thank you!