Explain what is loose binding? Why is it not a good practice to use it?



Explain what is loose binding? Why is it not a good practice to use it?..

Answer / Kundan Bansal

Loose binding in VBScript refers to the ability to assign an object of one type to a variable declared as another type. It can cause unexpected behavior and potential errors, so it's generally recommended to avoid it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

What is the difference between javascript and vbscript?

1 Answers  


Which is the default Data types in VBScript?

7 Answers   AppLabs,


Give examples where vb script can directly run on users system with windows as os?

1 Answers  


Which operator is used to perform the comparison among 2 operands in the vbscript language?

1 Answers  


What is difference between vbscript and vba?

1 Answers  


I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30

1 Answers  


how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me

1 Answers  


How to create MSAcess table foriegn key

1 Answers  


How to insert snapshot during manual scripting in QTP?

1 Answers  


Which keyword is used to declare a variable in the vbscript language?

1 Answers  


how to automatically update the sql server2005 database records when insert in vb6?

1 Answers  


There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?

1 Answers   eMids,


Categories