What is the difference between early binding and late binding in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is local function?

0 Answers  


In which way a two-dimensional array declared in C#?

0 Answers   Siebel,


What is windows form in c#?

0 Answers  


What is difference between for and foreach loop in c#?

0 Answers   MCN Solutions,


What is the default value of guid in c#?

0 Answers  






Difference between imperative and interrogative code?

1 Answers   VelTech, Wipro,


Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options

3 Answers  


Difference between abstract classes and interfaces

0 Answers  


Can you have more than one namespace in c#?

0 Answers  


Why do we need generics?

0 Answers  


How do you achieve polymorphism in c#?

0 Answers  


Where do we use serialization in c#?

0 Answers  


Categories