Replies: 2 comments
-
|
"instanceof" 연산자를 지양해야 하는 이유는 다음과 같다.
이러한 이유로 가능하면, instanceof 연산자를 지양하고, 대신에 다형성과 상속을 활용하여 객체 간의 관계를 명확하게 정의하는 것이 좋습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
.
Beta Was this translation helpful? Give feedback.
All reactions