Feeds
已回答
Can I find out if a class is an abstract class before trying to instantiate it?
thank you per, that did the trick. the reason for the question was i am writing a test function that loops through all classe...
Can I find out if a class is an abstract class before trying to instantiate it?
thank you per, that did the trick. the reason for the question was i am writing a test function that loops through all classe...
13 years 前 | 0
提问
Can I find out if a class is an abstract class before trying to instantiate it?
Can i somehow say: if isAbstract(className) % do something else % do something else end
13 years 前 | 5 个回答 | 0
