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



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

Answer / cp

Using New is an example of early binding and CreateObject
is an example of latebinding.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

What is the difference between Object and Class?

2 Answers  


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

1 Answers  


Explain about the basic features of Visual basic?

0 Answers  


How can you get selected file from file system Control?

0 Answers  


What is Static Cursor?

1 Answers  


what is the Difference between DDE and OLE?

1 Answers  


Does VB support pointers to functions?

0 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


What are the different types of Dialog Box?

2 Answers   Apollo, ATTC,


How can objects on different threads communicate with one another?

2 Answers  


How to find the current record position in data control?

2 Answers  


How many ways we can access file using VB?

0 Answers  


Categories