Some Object Oriented programming languages allow creating new classes (types) in run-time (as compared to classes defined in the source code and created in compilation time)
Some examples of creating types in run-time:
C#
C++
Java
Python
Some Object Oriented programming languages allow creating new classes (types) in run-time (as compared to classes defined in the source code and created in compilation time)
Some examples of creating types in run-time:
C#
C++
Java
Python