Category: General

What is late binding in Java?

What is late binding in Java? Late binding in its book definition form means that the compiler should perform no argument checks, no type checks on a meth...