Thread: confused code
View Single Post
  #7 (permalink)  
Old 07-02-2007, 10:10 PM
creativehacker creativehacker is offline
Member
 
Join Date: Jun 2007
Posts: 11
creativehacker is on a distinguished road
Unless it is declared as virtual, the binding is done at compile time in C++. This is not the case in Java.

However, static members are bind at compile time in Java.
Reply With Quote