Community

Dynamic Method Dispatch

by Zlatko Sirotic – Oracle9i Database has support for inheritance, method overriding, and “dynamic method dispatch.” When you have inheritance and overriding, the process of selecting a method implementation is called dynamic method dispatch because it is done at run time, not at compile time. A met

Read More - Register for Free Membership

Tags: