what is visual basic

Answers were Sorted based on User's Feedback



what is visual basic ..

Answer / gaurav

VB is used to Devlop Graphical User Interface Applications
(GUIs). VB is Object Bsed Event Driven Programming Languge
as we use Objects to create our Applications such as Text
Box, Command Button on Form and it is also called Event
Driven Language because anything we do on VB application
such as Click MOuse on command Button to execute any
command, or enter the text in text box etc. every thing is
an event that's why we call it Object Based, Event-Driven
Programming.

Is This Answer Correct ?    7 Yes 0 No

what is visual basic ..

Answer / shubhanand

visual basic is a visual programming language which suport
user to write his code easyly.. its a event driving
programming language... we can use controls easily in our
code ..

Is This Answer Correct ?    8 Yes 2 No

what is visual basic ..

Answer / mirza arif nadeem

visual basic is a GUI based programming language which is
object based and partially object oriented.

Is This Answer Correct ?    5 Yes 1 No

what is visual basic ..

Answer / pradeepa v

VB is a GUI application.

Is This Answer Correct ?    4 Yes 1 No

what is visual basic ..

Answer / vibhuti verma

Visual basic is a event driven programming language which
not follow the complex sequentail logic and Support GUI
(Graphacical User Interface)application

Is This Answer Correct ?    3 Yes 1 No

what is visual basic ..

Answer / amit gupta

Visual Basic is a event oriented lnguage used to develop
user interface and write code easily to suport the user
interface.

Is This Answer Correct ?    2 Yes 0 No

what is visual basic ..

Answer / sathya

1.vb is the event driven programming language and
integrated development environment(IDE) from microsoft for
its COM programming model.
2.It is easy to learn and use programming language.
3.progams written in vb can also use the windows API.

Is This Answer Correct ?    1 Yes 0 No

what is visual basic ..

Answer / neelesh mishra

vb is object base oriented language.
it's also GUI language and easy to use.

Is This Answer Correct ?    1 Yes 0 No

what is visual basic ..

Answer / seshu

Visual Basic is not an "Object Oriented Language" its
an "Object based Language" because, in VB we cannot
implement Object Oriented Concepts like: Inhertiancy,
Polymorphism, Encapsulation and Abstraction.

But it is an Event drive programming, easy to develop
applications.

Is This Answer Correct ?    4 Yes 4 No

what is visual basic ..

Answer / vaikundamani

Visual Basic is the object oriented programming language where
here we can used the methods and events for can be driven
itself. visual basic is the good support in windows
graphical user interface

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Visual Basic Interview Questions

How would you attach pictures in column headers of List View Control?

0 Answers  


Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?

0 Answers  


What is the difference between creating a object using New and CreateObject in Visual Basic?

1 Answers  


Can Redim be used to declare a new array ?

13 Answers   Infosys,


Is it possible to call oracle database through ADO control or Object?

0 Answers  


How many ways we can access file using VB?

0 Answers  


What is the Advantage of ActiveX Dll over Active Exe?

1 Answers  


What is the need of tabindex property is label control?

0 Answers  


What is the Windows API?

0 Answers  


With in the form we want to check all the text box control are typed or not? How?

0 Answers  


how many no of controls in form?

16 Answers   AIMS, Airex Logistics,


What are the Sequence of events when a form is loaded in Visual Basic?

6 Answers  


Categories