What is the difference between an implicit conversion and an explicit conversion?


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

Post New Answer

More C Sharp Interview Questions

How cache is implemented in web application for DB queries?

2 Answers   TCS,


why we can't create an object for a static class?? what is the reason behind this?

4 Answers   HCL,


What is multidimensional array in c#?

0 Answers  


What do you mean by expression tree?

0 Answers  


What is variable in c#?

0 Answers  






Name the method of servicebase class?

0 Answers  


What is the purpose of escape sequence?

0 Answers  


What are events in C#?

0 Answers   CDC,


Can destructors have access modifiers?

0 Answers  


What is Implementation inheritance

0 Answers  


What is the difference between public, static, and void?

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 virtual 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 }

1 Answers  


Categories