Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Fern Sanchez   on May 16 In Java Category.

  
Question Answered By: Sean Grant   on May 16

Early binding  & late  Binding is a concept of OOPS..B'coz the data and the method
which will operate on data are sepertaely defined in oops(called abstraction
).And they will bind data members and methods either at the complie time or
runtime time. This is called encapsulation.

In early binding the data and method are binds at the complie time where as in
late binding the data and method will bind at the runtime.

Share: