2회차
김남영
22.12.14 (수) 면접 대비 스터디 자료
- 이미지 원본 출처: https://polynomeer.github.io/
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
void hello(){
Hello hello = new Hello();
hello.name = "abc";
}
class Hello {
public String name;
public Hello(){
}
}
This post is licensed under CC BY 4.0 by the author.



