dynamic-binding-vs-static-binding
Polymorphism via inheritance or interfaces are done by dynamic binding. They are bound during the run time.
late-binding-vs-static-binding
static methods, private methods, member variable initializations are done by static binding. They are done at compile time.
Compiler decides the member variable value depending on the type of reference that has been used when resolving member variable value with the same name from super and sub class.
Subscribe to:
Post Comments (Atom)
-
To install pngwrite we need to install to helper library before we install pngwriter. 1. libpng 2. freetype2 We can use fink or macport to i...
-
Parsing and displaying dates and times is often complicated because of formatting and locale issues. Java 2 Platform, Standard Edition (J2S...
No comments:
Post a Comment