Heenan, Lambert
Lambert.Heenan at AIG.com
Tue Feb 10 11:01:43 CST 2009
Drew slips up!!! Shock! Of course it's C++ that has inheritance (and C# and ObjectC). The venerable C does not. Lambert -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Drew Wutka Sent: Tuesday, February 10, 2009 11:22 AM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Classes and Events - Stay with us Don't ever think that a lecture on Classes and Events (and Collections) is 'yea yea JC's goin on about classes again'!!! There are code samples all over the net. Even a little bit of 'tutorial' information on how it works. But there is a pitiful lack of explaining the actual concepts behind classes. To C programmers, this is almost intuitive, because one of the true bonuses of C is that it allows inheritance. And VB.Net is class based. But VBA is still in the VB 6 subset, which even though it has classes, and can use Implements (a bastardized version of inheritance), it is far too easy to fall into a function dependent mode. So Go JC Go! ;) Drew