somIsA - Remarks

Use the somIsA method to determine if an object can be treated like an instance of aClass. SOM guarantees that if somIsA returns true, then the receiver will respond to all (static or dynamic) methods supported by aClass.


[Back: somIsA - Parameters]
[Next: somIsA - Original Class]