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 Benefit of wrapping database calls into MTS transactions?

1 Answers  


Is it possible to Manipulate data through flexgrid? Explain.

0 Answers  


What is the difference between Property Get, Set and Let.

1 Answers  


What is the use of command Object?

2 Answers  


How do I get the Tab key to be treated like a normal character?

0 Answers  


How do I program the Novell NetWare API from VB?

0 Answers  


Is VB comes under Object Oriented Programming ?

1 Answers  


what is the diff between inprocess and out of process ?

1 Answers  


Explain Default cursor Type and LockEdits type in RDO?

0 Answers  


Write the steps in Creating ActiveX Dll and Active Exe?

0 Answers  


How can you Implement windows functionality in VB?

1 Answers   ABC,


What is the Dll required for running the VB?

1 Answers  


Categories