Visual Basic (VB) Question:
Download Questions PDF

What is diff between the Generic Variable and Specific Variable?

Answer:

Generic Variable:
Create Object Ex:-Ole-Automation . No need refer the object library.
Specific Variable:
Binding Procedure Early and Late Binding ( Can be Remove from the Memory).

Download Visual Basic (VB) Interview Questions And Answers PDF

Previous QuestionNext Question
What is control array and how many we can have it with in the form?What is the diff. Between function and sub procedures?