You are currently viewing a revision titled "structure", saved on 2020-04-15 오후 11:02 by 야곰 | |
---|---|
제목 | structure |
내용 | 구조, 구조체. 클래스(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. |
요약글 | |
Markdown content | 구조, 구조체. [클래스(Class)](/docs/class)와 유사한 데이터 타입의 한 종류. 클래스와 유사하지만 [상속(inheritance)](docs/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. |