K
_Kevin
Let's say I have two constants
a = Integer
b = Numeric
Does anyone have any idea how to see if 'a' is a subclass of 'b'
WITHOUT creating an object of class 'a'?
_Kevin
a = Integer
b = Numeric
Does anyone have any idea how to see if 'a' is a subclass of 'b'
WITHOUT creating an object of class 'a'?
_Kevin