How C# 4.0 supports dynamic programming language?


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

Post New Answer

More C Sharp Interview Questions

What is namespace give the example?

0 Answers  


What does out mean c#?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


What is the use of flag in c#?

0 Answers  


Can you inherit multiple abstract classes in c#?

0 Answers  






What is console read in c#?

0 Answers  


What are the two kinds of properties?

10 Answers   Wipro,


What problem does Delegate Solve?

0 Answers   MindCracker,


What is encapsulation in csharp?

0 Answers  


Explain About web methods and its various attributes

0 Answers   Digital GlobalSoft,


What is multicast delegate explain with example?

0 Answers  


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

0 Answers  


Categories