Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

C# | 継承

概要

継承

詳細

class Child : Parent
{
  public void Hoge() { }
}