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

Java Assignment3 upload by JongMinJeong #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Across826
Copy link

리뷰 잘 부탁 드립니다

@Override
public String toString() {
return "Electronics{" +
"electronicList=" + electronicList +

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Array의 내용들을 출력하면 toString() 출력 시 보기 편할것 같아요

}

// 인자로 주어진 회원 정보를 깊은 복사 (deepCopy) 하는 함수를 작성하시오.
public User Copy(User user) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

자바 컨벤션에서 함수의 첫글자는 소문자를 권장합니다

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

Successfully merging this pull request may close these issues.

2 participants