Wednesday, March 25, 2009

Visual Basic Step, Patterns, Minimalist

Visual Basic (VB) is a framework of graphical-based language. This graphical-based language allows the user to work directly with graphics. Graphical-based languages can be used to develop applications in "windows environment" in much less time than writing the collaboration of software packages from scratch.
Looking from the angle of object-oriented programming, Visual Basic (VB) is a framework that supports implementation inheritance. Implementation inheritance lays the groundwork of the kind of inheritance VB does support, which can be reasonably be simulated in VB by a combination of interface inheritance and a technique called delegation.

No comments: