HardcoreCppStudy 두 다 ¶
객 로그래밍 ¶
- OOP(객 로그래밍) 데 닉, , , , 다 대 기.
HardcoreCppStudy/두/CharacteristicOfOOP/변 |
HardcoreCppStudy/두/CharacteristicOfOOP/ |
HardcoreCppStudy/두/CharacteristicOfOOP/민 |
HardcoreCppStudy/두/CharacteristicOfOOP/김 |
멸 ¶
- 멸 대 .
HardcoreCppStudy/두/ConstructorAndDestructor/변 |
HardcoreCppStudy/두/ConstructorAndDestructor/ |
HardcoreCppStudy/두/ConstructorAndDestructor/민 |
HardcoreCppStudy/두/ConstructorAndDestructor/김 |
this ¶
- this란 무며 되는 경를 보.
HardcoreCppStudy/두/This/변 |
HardcoreCppStudy/두/This/ |
HardcoreCppStudy/두/This/민 |
HardcoreCppStudy/두/This/김 |
¶
- 1기 때 로 만든 관리 로그램 객로 만들봅다. 다과 같다.
- 5명로 그 대 보는 다과 같다.
C++ | 디공 | ||
문명 | 95 | 83 | 90 |
동기 | 85 | 92 | 91 |
박 | 91 | 96 | 89 |
강 | 82 | 84 | 98 |
동민 | 84 | 90 | 87 |
- 각 객 기는 를 다.
- 로그램 나 다 때려 말고, 더(래 ), 래 구부, main 3개로 나 .
- 를 각 과목, 로 다.
- 래 멤변는 모두 private로 다.(public로 면 됩다.)
- 각 값 교는 과 this를 다.
HardcoreCppStudy/두/관리/변 |
HardcoreCppStudy/두/관리/ |
HardcoreCppStudy/두/관리/민 |
HardcoreCppStudy/두/관리/김 |