csharpfritz / csharp_with_csharpfritz

Show notes, slides, and samples from the CSharp with CSharpFritz show
MIT License
659 stars 215 forks source link

Interfaces and Abstract Classes (Sept 28) #5

Closed csharpfritz closed 4 years ago

csharpfritz commented 4 years ago

Maybe for the August 24th session

csharpfritz commented 4 years ago

Question: this maybe a little early but if you set it as private will it be accessible through an interface?

csharpfritz commented 4 years ago

Abstract classes as well with base() constructor reference

csharpfritz commented 4 years ago

Covering Partial class definition and usage in Session 3

csharpfritz commented 4 years ago

Let's add references to override, virtual, abstract, and static keywords

csharpfritz commented 4 years ago

With overrides, also include overriding ToString and operators