0
kicks
Creation of objects using Late-Binding technique
This article will explain how we can create objects in runtime, using late binding technique. Especially for a situation where you will come to know the class name only in runtime.