С#. LateBindingExamples

Late binding means – we can create instance not in compilation time but in execution and call methods with or without params

-invoke methods with / without params

-setting private fields

 

This entry was posted in C#. Bookmark the permalink.