Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

c# support late binding or early binding.

Answer Posted / santu sarkar

Early binding is when your client app can detect at compile
time what object a property or method belongs to. Since
it "knows", it resolves the references and the compiled
executable contains only the code to invoke the object's
properties, methods, events, etc.

This is a good thing if you want to speed because the call
overhead is greatly reduced.

Late binding is the slowest way to invoke the properties
and methods of an object. You use late binding when you
write a function that uses an object variable that acts on
any of several different class objects. Since the compiler
doesn't "know" what class object will be assigned to the
variable, it doesn't resolve the references into the
compiled executable. In this case they are resolved at
runtime... when you actually have an assigned object to
reference the properties and methods to.

Hope this helps.

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is stl in oop?

1269


Is stl part of c++ standard?

1158


What are the symptoms of stl?

1153


How do you convert stl to steps?

1206


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2518


What is stl stack?

1205


how to making game in c++ ?

2786


write a program to convert a decimal number in to its equivalent binary number?

2766


What is the use of stl?

1134


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2688


Who wrote stl?

1188


Is string part of stl?

1270


totoo po ba ang manga aliens!

2831


Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

2231


Define stl.

1331