sealed 썸네일형 리스트형 7장. 클래스: this 키워드, this() 생성자, 접근 한정자, static 변수, 구조체 주의) 생성자나 종료자 개념 등 기본적인 것들은 생략하였습니다. 클래스가 뭐야? 클래스란 int, string과 같이 하나의 형식이라고 생각하면 된다. 인스턴스는 클래스라는 붕어빵 틀로 찍어낸 각각의 붕어빵이라고 생각하면 쉽다. 생성자 class Cat { // 생성자 자동 생성 } 생성자를 따로 명시하지 않을 경우 기본적으로 생성된다. 정적 필드와 메소드 선언, static using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TestConsoleApp_4._19 { class Cat { public static int Speed =.. 더보기 이전 1 다음