What are the difrent feautures of visual basic 6
Answers
GUI Interface
VB is a Graphical User Interface language. This means that a VB program will always show something on the screen that the user can interact with to get a job done. The first step in building the VB program is to get the GUI items on the screen. This is done via pull-down menus that list the available graphical objects.
Modularization
It is considered good programming practice to modularize your programs. Instead of thinking of a computer program as a single large collection of code, the good programmer writes code so that you never need to look at more code than fits on the screen at one time. If you program in modules like this, the program is easier to understand and easy to update
Object Orientation
Object Oriented Programming is a concept where the programmer thinks of the program in "objects" that interact with each other. In OOP, all the code associated with that object is in one place. Once again, VB forces this good programming practice.
Explanation:
- visual visual basic is a programming language from Microsoft
- it it is designed for window operating system
- it it allows to create simple application
- it it is easy to learn and and use
- atal it allows to develop fairly complex application