What's the term (if any) for frameworks that support dynamic class creation?
Posted
by Alix
on Stack Overflow
See other posts from Stack Overflow
or by Alix
Published on 2010-06-15T15:45:29Z
Indexed on
2010/06/15
15:52 UTC
Read the original article
Hit count: 162
Hi. Sorry about the vocabulary question, but I'm writing my master thesis and it's a pain to repeat "frameworks that support dynamic class creation" again and again. Is there a term for that?
Some clarification: I mean that you can create a class at runtime, i.e., dynamically. For example, .NET supports this with the System.Reflection
namespace.
Thanks :)
© Stack Overflow or respective owner