static1 210524 210521 복습 생성자 소멸자 순서 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _210524_001 { class Program { static void Main(string[] args) { Cat aCat = new Cat("1"); Cat bCat = new Cat("2"); Cat cat = new Cat("3"); } } } using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threadin.. 2021. 5. 24. 이전 1 다음