64.1k views
25 votes
Basics of visual basic

User Hakre
by
4.7k points

2 Answers

2 votes
Visual Basic (VB) is an object-oriented programming language, and it supports the concepts of encapsulation, abstraction, polymorphism, etc. In VB, all the variables, methods, and application entry points are encapsulated within the class definitions.
User Tom Busby
by
4.9k points
14 votes
Visual Basic (VB) is an object-oriented programming language, and it supports the concepts of encapsulation, abstraction, polymorphism, etc. In VB, all the variables, methods, and application entry points are encapsulated within the class definition
User Firaz
by
4.6k points