Tuesday, November 29, 2011

Core Java Interview Questions :What is Early Binding?

Early binding is nothing but declaring the Object of specific type but with this kind of object its cant be used to hold any other type of the Object/class.:Assigning values to variables during design time or exposing object model at design time.:Early binding means body provided during compilation time , Late binding means body will be provided during run time

No comments:

Post a Comment