asked
[MMORPG Game Development Series with C# and Unity] Part 1: Introduction to Basic C# Programming
Generic (generalization)
Written on
·
230
0
제네릭은 c++ 템플릿이랑 같다고 생각하면 될까요?
Answer 1
비슷하지만, C++ 템플릿처럼 기능이 화려하진 않습니다.대신 직관적이고 편리하죠