인프런 커뮤니티 질문&답변
프로그램 작성 순서
작성
·
256
퀴즈
What are the problems that easily occur when client code directly creates the object it wants to use with the `new` keyword?
Compile error occurs.
When requirements change, client code needs to be modified.
Object serialization becomes impossible.
Multithreading problems occur.





