| |||||||||||
| |||||||||||
Simple polymorphism example - C++
I've been preparing some new C++ notes, in particular showing how you can create an array of objects of different derived types, and then call methods on each object and have the run time environment select which particular piece of code is to be run each time around a loop (experienced OO programmers will recognise this as a decription of polymorphism)
So many of the textbooks seem to make what is (I admit) always quite a complex example even more complex ... to the extent that newcomers really can neither understand polymorphism nor how it works in C++; "fools rush in" as they say, and I have tried. A base class of Shape gives rise to two derived classes - Circle and Square. An application called Polygon sets up an array of Cirles and Squares, and uses a getarea method to find the area of each. This getarea method is defined as a virtual method in the base class, so that an array of shapes CAN be defined on which two different getarea methods can be run depending on which type of shape is the current one at the time. Source Code (written 2006-07-14 17:15:11) Associated topics are indexed under C233 - C and C based languages - OO in C++ - beyond the basicsC234 - C and C based languages - Further C++ Object Oriented features
Some other Articles
Melksham Carnival ParadeThe Courts, Holt Not shouting undefined reference to typeinfo - C++ error message Simple polymorphism example - C++ Effective web campaign? The case for exceptions References and Pointers in C++ Writing up new C / C++ notes. Busy day in Melksham 1637 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 at 50 posts per pageThis is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price. Link to Ezine home page (for reading). Link to Blogging home page (to add comments). |
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | |||||||||||