What is early binding and late binding
Answer Posted / muhammed zakeer.ms
Early binding means that our code directly interact with
with the obj by directly calling its method.Since compiler
knows the obj data type ahead of time.it can directly
compile our code invokes methods on the obj
Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
Explain publishers and subscribers in events.
What does console readline do?
What do you use c# for?
What is the use of properties window?
What is the difference between select and selectmany?
Define multicast delegate in c#?
What is lazy class in c#?
What is the difference between disposing of () and finalize() methods in c#?
What are the different types of classes?
What is difference between class and abstract class in c#?
Why is static constructor called first?
What is the difference between paramaterized constructor and copy constructor?
What are the different types of constructors in c#?
Does c# support parameterized properties?
I want to print "Hello" even before main() is executed. How will you achieve that?