What is an expression in c#?


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

Post New Answer

More C Sharp Interview Questions

What are immutable types in c#?

0 Answers  


What is managed or unmanaged code?

0 Answers  


how to calculate multiple pdf files page count?

0 Answers  


What do you mean by delegates and explain different types of delegates?

0 Answers  


Can you have more than one namespace in c#?

0 Answers  






What is difference between first and firstordefault?

0 Answers  


What is multidimensional array in c#?

0 Answers  


What is the difference between values and reference types?

0 Answers   Alcatel-Lucent,


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


Can multiple catch blocks be executed?

1 Answers  


What are the benefits of using windows services:

0 Answers  


What is the advantage of extension method in c#?

0 Answers  


Categories