<< Chapter < Page | Chapter >> Page > |
Revised: Fri May 06 15:50:20 CDT 2016
This page is part of a Book titled XNA Game Studio .
This module is one in a collection of modules designed primarily for teaching GAME 1343 Game and Simulation Programming I at Austin Community College in Austin, TX. These modules are intended tosupplement and not to replace the textbook.
An earlier module titled Getting Started provided information on how to get started programming with Microsoft's XNA Game Studio.
Object-oriented programs exhibit three main characteristics:
I have explained encapsulation, inheritance, and compile-time polymorphism in earlier modules. I will continue my explanation of polymorphism in this modulewith an explanation of runtime polymorphism using method overriding and class inheritance. I will defer an explanation of polymorphism using interfaceinheritance until a future module.
I recommend that you open another copy of this module in a separate browser window and use the following links to easily find and view the Listings while you are reading about them.
As you learned in an earlier module, the meaning of the word polymorphism is something like one name, many forms .
Also as you learned in an earlier module, polymorphism manifests itself in C# in the form of multiple methods having the same name.
Notification Switch
Would you like to follow the 'Xna game studio' conversation and receive update notifications?