Method (computer programming): Difference between revisions

Content deleted Content added
Tags: Reverted Mobile edit Mobile web edit
m Reverted edits by 2405:204:A408:673F:3C68:54F0:8025:920E (talk) (HG) (3.4.10)
Line 160:
 
===Virtual functions===
''[[Virtual function]]s'' are the means by which a C++ class can acberachieve polymorphic behavior. ''Non-virtual member functions'', or ''regular methods'', are those that do not participate in [[polymorphism (computer science)|polymorphism]].
 
C++ Example: