Junior
22
0
questionbank

Как определить, что класс является наследником другого класса?

Answer from sobes.tech neural network

Используя оператор instanceof или метод isInstance() класса Class.

java

Используя оператор instanceof или метод isInstance() класса Class.

java

Register or sign in to get access to full answers for all questions from the question bank.

class-inheritancetype-checkingpolymorphismobject-oriented-programmingmetaclasses