Linked by Thom Holwerda on Thu 12th Mar 2009 00:45 UTC, submitted by pablo_marx
Thread beginning with comment 352810
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Re: Dynamic class loading?
by sparre on Fri 13th Mar 2009 09:35
in reply to "Dynamic class loading?"






Member since:
2006-01-22
Is dynamic class/module loading or something similar possible with Ada? Somehow the Typesystem doesn't look like it: You can get a list of all the subclasses of a class. How is this possible if you don't actually know all subclasses because they could be loaded from a file? Or are only the currently loaded classes listed?