구조, 구조체. 클래스(Class)와 유사한 데이터 타입의 한 종류. 클래스와 유사하지만 상속(inheritance)을 지원하지 않고 참조(reference) 대신 값(value)을 전달한다.
A data type that’s similar to a class, but doesn’t support inheritance and is passed by value instead of by reference.
관련 강좌 : 구조체
구조, 구조체. 클래스(Class)와 유사한 데이터 타입의 한 종류. 클래스와 유사하지만 상속(inheritance)을 지원하지 않고 참조(reference) 대신 값(value)을 전달한다.
A data type that’s similar to a class, but doesn’t support inheritance and is passed by value instead of by reference.
관련 강좌 : 구조체