Answers for "how to check which class a object is from"

0

how to check which class a object is from

if (obj instanceof C) {
//your code
}
Posted by: Guest on February-01-2021

Code answers related to "how to check which class a object is from"

Browse Popular Code Answers by Language