View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default I don't understand classes¡¡¡¡


"Steve Schroeder" wrote in message
...
LOL...yeah, I imagine so. The only people who care about classes are
programmers.


Well I happen to think that classes are a necessary aspect of good design
of an application, to achieve encapsulation, abstraction, ease of
maintenance, and so on and so on. Much of this can be achieved in other
ways, classes are just the best IMO.

There are also some things you just cannot do without classes, application
events as an example.

Yes I do have a 'bee' about +...lol.

It's just that I have seen you mention it twice today, but rarely encounter
it in the 'real' world.

Ever see one of those gawd awful Sams
or Queue books touting the latest version of VB, only to see in the first
chapter examples of connecting strings using a +?
Clearly they just regurgitate old chapters and tack on a new one at the

end,
and then fool the customer into thinking that have an up-to-date book on
VBA/VB.


Can't comment on that, haven't read that many books, at least not ones that
would address string concatenation. Read a SAMs book on SQL once, but don't
think that had + <vbg