Sample Essays & Free Papers For You

A reliable academic resource for high school and college students.
Essay database with free papers will provide you with original and creative ideas.

Static vs. Virtual Methods

Date Submitted: 02/13/2004 10:42:51
Length: 2 pages (490 words)
Views: 190584

The definitions of static and virtual methods are below. You'll probably want to refer back to them several times: static methods: the default; if redefined by a descendant, parameter lists and type returned can differ at each definition; calls resolved at COMPILE-TIME virtual methods: virtual directive required in the method heading in the interface part; virtual method headings must be identical in the ancestor and in all descendant object types; calls resolved at RUN-TIME; objects …

Is this essay helpful? Join now to read this particular paper and access over 480,000 just like it!

…safe to make a method a virtual method so that polymorphism can be used with late binding. So even though static methods use less memory and execution time than virtual methods, unless space and time efficiency are essential, your objects should use virtual methods instead of static methods. Why? Object types that define virtual methods are EXTENSIBLE. That is, you can add capabilites to a descendent object type without access to the ancestor's source statements.

Need a unique paper?