Inflearn Community Q&A
의존관계 개념 질문 드립니다.
Written on
·
313
0
안녕하세요. 질문 하나 드리겠습니다.
의존하다 와 참조하다가 완전히 동일한 의미로 사용되는걸까요?
'A가 B를 의존한다'라고 하면 'A가 B를 참조한다'로 동일하게 대체 되는 말인가요?
의존관계oopspring
Quiz
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.





