- 2
- 0
- 约2.01万字
- 约 25页
- 2017-06-05 发布于河南
- 举报
VB基本概念语句汇总2010-4-7(国外英文资料)
VB基本概念语句汇总2010-4-7
Chapter 3 basic concepts of object-oriented programming
The development history of VB
Visual Basic (VB) is on the basis of the Basic programming language, object-oriented programming technology development of a programming language, it is mainly used for developing running under Windows environment with a graphical user interface (GUI) application.
Second, the characteristics of VB
The most prominent features of VB can be summarized as visualizations and event-driven. Visualizing features can easily create a program interface by dragging and dragging a pre-built control onto a form. Event-driven makes any operation on the user interface will automatically turn to to deal with the corresponding code, as well as the program runs in the process of each object relation between effective mechanism is established.
Third, object-oriented programming approach
Process oriented program design method to design features can be summarized as: not only should be concerned about the data, and data should be concerned about is how to deal with, namely what to do is to tell the program, and how to tell the program to work. And the object-oriented program design method to design program can be summarized as: program = + event object (or message), starting point is the object, because the object data description and data processing for the packaging, so the design program only need to tell what object, without having to care about how it works.
Object-oriented programming methods, whose basic elements are objects. Class is an abstract (conceptual) of objects of the same nature. An object is a instance of a class. In VB, the system defines many classes in advance, such as control toolbox command button, text box, timer control is a predefined class of VB system, and design the program can use it to define the object, when we will control the toolbox onto a control form, is equivalent to the class defines an object.
In object-oriented programming method, the state of
原创力文档

文档评论(0)