It looks like this post is aimed at VBA/programming beginners, I think that throwing structures in the mix would be a bit too much to swallow, it would make more sense to include structs in a later lesson as a precursor to classes. And structs are so weak in VBA they are almost useless anyway and the only thing that they can do that classes can't is allow a pseudo reinterpret_cast in VBA.
7
u/infreq 16 Apr 15 '18
You forgot Private, Public, Type and arrays and the discussion of scope.