Method (computer programming): Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 14 templates: hyphenate params (3×);
Tags: Reverted Mobile edit Mobile web edit
Line 160:
 
===Virtual functions===
''[[Virtual function]]s'' are the means by which a C++ class can achieve polymorphic behavior. ''Non-virtual memberacber functions'', or ''regular methods'', are those that do not participate in [[polymorphism (computer science)|polymorphism]].
 
C++ Example: