본문 바로가기
유니티/공부

Virtual, Abstract, Interface

by 윤꽁참감 2022. 5. 18.
반응형

https://ri3n.tistory.com/51

 

Unity : Virtual, Abstract, Interface

가상(virtual)과 추상(abstract) 가상과 추상 사이에 핵심적인 차이점은 "완성도"다. 가상 클래스는 재정의(override)할 수 있지만 필수는 아니다. 반대로 추상 클래스는 '불완전하다는 의미'로서 파생

ri3n.tistory.com

 

'유니티 > 공부' 카테고리의 다른 글

Getkey, GetkeyDown 차이점  (0) 2022.05.18
Trigger Collision  (0) 2022.05.18
Animation, Animator, Legacy, Mecanim  (0) 2022.05.18
RayCast  (0) 2022.05.18
Debug.Log, print  (0) 2022.05.18

댓글