I'll never know if I never commit
1. this 포인터 클래스 내에서, 해당 객체를 가리키는 포인터를 말한다. 따라서 this 포인터의 내부는 해당 객체의 '주소'로 이루어져 있다. class Simple { private: int num; public : Simple(int n) : num(n) { cout