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
What is stl in c++ with example?
What is stl stack?
What are the different types of stl containers?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
What is stl stand for?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the use of stl?
What are the symptoms of stl?
How do you convert stl to steps?
write a program to convert a decimal number in to its equivalent binary number?
What does stl mean in slang?
What are stl algorithms?
what is template and type convertion