Visual Basic (VB) Question:

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).

Read All 102 Visual Basic (VB) Questions
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?