Computer Science, asked by einstien3015, 1 year ago

What are the difrent feautures of visual basic 6

Answers

Answered by ramesh87901
0

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.

Answered by bhumii
0

Explanation:

  1. visual visual basic is a programming language from Microsoft
  2. it it is designed for window operating system
  3. it it allows to create simple application
  4. it it is easy to learn and and use
  5. atal it allows to develop fairly complex application
Similar questions
Math, 1 year ago