Statically typed languages are those in which you would need to specify the type of an object at the time when you define it. Examples of statically typed languages include C#, VB, and C++. On the ...
Extensible applications allow you to add functionality without rewriting your application: you dynamically select the classes that make up your application at runtime rather than design time. I once ...