프로그래밍(programming)/C++
protected 멤버
윤's군
2013. 10. 13. 13:13
protected 멤버
- 상속관계에 놓여 있는 경우 접근을 허용
- 상속관계를 제외한 경우에는 private와 동일하다