Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Game Shop part1 에서 Item 생성자에 인자가 있는 이유를 모르겠습니다. #1

Closed
Kinter opened this issue May 21, 2017 · 2 comments
Assignees

Comments

@Kinter
Copy link
Contributor

Kinter commented May 21, 2017

문서를 보면
Item(name, description, weight, value) : 매개 변수로 아이템 이름/설명/무게/가격을 받는 생성자
이렇게 되어 있는데, 위 식대로 그대로 하면 문법에 맞지 않은거 같은데,
굳이 저대로 생성자 안만들고 저런 식으로 하라고 써 놓으신 건가요??
아니면 제가 틀린 건가요??

@utilForever utilForever self-assigned this May 21, 2017
@utilForever
Copy link
Owner

질문을 제대로 이해를 못했는데, 문법에 맞지 않는다는게 무슨 소리신지 잘 모르겠네요.
언어마다 문법은 다를 수 있습니다. 제가 C++을 생각해서 저렇게 써놓지 않았나 싶은데,
언어에 따라서는 저대로 안만들고 비슷한 방식으로 구현하시면 되겠습니다.

@Kinter
Copy link
Contributor Author

Kinter commented May 22, 2017

C++ 클래스 내에서

Item(name, description, weight, value);

를 입력했을 때 컴파일이 안되서 문법에 맞지 않다는 표현을 했습니다. 일단 의미는 이해를 했네요. 감사합니다.

@Kinter Kinter closed this as completed May 23, 2017
utilForever pushed a commit that referenced this issue May 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants