Join ExamsbookAnswer :
What are the different ways to Declare and Instantiate an object in Visual Basic 6?5
Q: What are the different ways to Declare and Instantiate an object in Visual Basic 6?
- Show Answer
- Workspace
Answer :
Explanation :
Dim obj as OBJ.CLASS with eitherSet obj = New OBJ.CLASS orSet obj = CreateObject(OBJ.CLASS?) orSet obj = GetObject( , OBJ.CLASS?)orDim obj as New OBJ.CLASS