How to instantiate dynamic class - Chapter 1
The book example for chapter one has an example of creating a dynamic car (CarBuildProvider.car)/EvjenCar. The download code does not show an example of actually instantiating EvjenCar and I can see no magic way to do this - the compiler complains (correctly?) that the type doesn't exist. Can anyone help?
|