| |||||||||||
| |||||||||||
What a lot of files! (C++ / Polymorphism demo)
There were no less than SEVEN files in the example I wrote to show a "simple" demonstration of polymorphism in C++ yesterday ...
1. The methods for a base class of file objects - Film.cpp 2. The extra methods on top of the base class for a derived class of Blockbuster objects - Blockbuster.cpp 3. The extra methods on top of the base class for a derived class Cinema.cpp 4. The header file Film.h, for inclusion in each of the above 5. The header file Cinema.h for inclusion in that extended class and the test application 6. The header file Blockbuster.h for inclusion in that extended class and the test application 7. The test application - flix.cpp Why so many files? a) Because C++ is a language that is designed for the larger application, and it's not really intended for tiny programs such as this - the seven files are indeed a lot to start off with, but the code can be extended from this trivial job up to something much MUCH bigger. b) Because each of the sections might be maintained by a separate programmer and so it's a good structure through which that maintainance can be done independently c) Because the use of header files which are included in two or more of the sections of program allows the programmers to maintain a single set of method descriptions rather than duplicated code, with all the synchronisation and extra headaches that might bring. And these are all excellent reasons, aren't they? The complete example is in our source code library. But I have NOT put all seven files up separately, to produce a heptagonal array of extra window when you click on the link ... just click here for a single extra window containing all the source to see the whole example in one go. (written 2008-06-12 08:16:50) Associated topics are indexed under C233 - C and C based languages - OO in C++ - beyond the basics
Some other Articles
Software - changes and delays. But courses must run on time!CSS training - Cascading Style Sheets (UK course) A warm welcome for visitors from the USA Comparing Objects in C++ What a lot of files! (C++ / Polymorphism demo) Spam Filters ... are working! The Composting Cone Challenge Compiling C programs with gcc - an overview Dynamic Memory Allocation in C What are Unions (C programming) 1759 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, 34, 35, 36 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 | |||||||||||