ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is Dynamic Method Lookup?

Dynamic method lookup is the process of determining which method definition a method signature denotes during runtime, based on the type of the object. However, a call to a private instance method is not polymorphic. Such a call can only occur within the class, and gets bound to the private method implementation at compile time.
Related Posts Plugin for WordPress, Blogger...
Flag Counter