| |||||||||||
| |||||||||||
C - structs and unions, C++ classes and polymorphism
C's structs allow you to define a variable type in which you can hold a variety of elements by name ... and that's very similar to how you define all the variables within a C++ class. In a C++ class, though, you also define your methods which take that language forward into the Object Oriented world.
C's unions let you define a block of memory which has two (or more) names associated with it so that - when combined with structs - you can produce a whole family of defined variable types based on a common core, but then varying in parts where appropriate. In OO terms, that's starting to head towards C++'s inheritance and polymorphism ... (written 2008-03-13 18:28:44) Associated topics are indexed under C209 - C and C based languages - Structures and UnionsC233 - C and C based languages - OO in C++ - beyond the basics
Some other Articles
Making PHP and MySQL training relevant to the course delegatesDatabase design for a shopping application (MySQL) Joining MySQL tables revisited - finding nonmatching records, etc Budget tax increases hit vehicle market C - structs and unions, C++ classes and polymorphism Await guests in the early hours London Midland ... Merrymaker ... Percy Danks I dont care - goodbye What colour is the season? Melksham - Swindon. Train v Bus v Car 1769 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: 0800 043 8225 or 01225 708225 • FAX: 0845 8382 405 or 01225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | |||||||||||