2016年5月8日 星期日

小山的 C# 教學-第35課-Abstract Class & Abstract Method

本課簡介

本課目標為教導大家使用 Abstract Class 與 Abstract Method
當今天想要強迫某些衍生類別實作某些功能時
Abstract Method 就很符合需求
而 Abstract Class 又跟 Abstract Method 同進退
接下來就來看看是怎麼一回事吧!

2016年5月4日 星期三

小山的 C# 教學-第34課-Base 關鍵字

本課簡介

本課介紹在繼承中也時常用到的 base 關鍵字
這個關鍵字能讓衍生類別直接存取到基底類別的屬性與方法