asked
C# and Unity, Getting Started with Real Games (Author's Lecture)
3.4 Value types and reference types
Written on
·
173
0
구조체와 클래스의 차이 설명 잘 들었구요
그렇다면 구조체가 클래스와 실제에서 다른 용도로 쓰일텐데 어떤 경우가 있는 것일까요?
Answer 1
네 신진님 안녕하세요 :)
구조체는 클래스보다 가벼워 간단한 데이터구조를 표현할 때 성능적 우위를 가질 수 있습니다!
감사합니다.