Visual Basic versus Delphi
Both support “reusable” Controls
VB is “object-based”
- reuse of “back-end” code is difficult
VB code is a form of BASIC - a pre-”structured” language
- encourages hardwiring of Controls to event code
VB is an interpreted environment
- 25x slower than a fully compiled environment