What's c# ?


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

Post New Answer

More C Sharp Interview Questions

define ispostback and give some examples

2 Answers  


In which format you can pass the value in the sleep function?

0 Answers  


Can a private virtual method can be overridden?

0 Answers  


What does the parsefloat function do?

0 Answers  


How can we sort an array in c#?

0 Answers  






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,


How do I unload an assembly?

0 Answers  


What is difference between write and writeline?

0 Answers  


What is the difference between const and static read-only?

0 Answers  


Is php better than c#?

0 Answers  


Why singleton class is sealed?

0 Answers  


How do I type a whitespace character?

0 Answers  


Categories