Write one code example for compile time binding and one for run time binding? What is early/late binding?


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

Post New Answer

More C Sharp Interview Questions

If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


Explain the difference between the system.array.copyto() and system.array.clone()?

0 Answers  


What is a pre-requisite for connection pooling?

2 Answers  


What is a console file?

0 Answers  


Which .gang of four. Design pattern is shown below?

0 Answers  






What are the security issues if we send a query from the application?

1 Answers   Microsoft,


What is the difference between dynamic type variables and object type variables in c#?

0 Answers  


Can we define a variable with the access modifier private in an interface?

7 Answers   IBM,


What is the use of delegate?

0 Answers  


Write one code example for compile time binding and one for run time binding? What is early/late binding?

0 Answers  


how to access the virtual method without creating the objet for the virtual method?

1 Answers  


When should you use generics?

0 Answers  


Categories