What is the difference between virtual and override 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 delegate methods?

0 Answers  


Is comparable a functional interface?

0 Answers  


Can you use foreach iteration on arrays in c#?

0 Answers  


What is lazy in c#?

0 Answers  


Which sorting algorithm is best?

0 Answers  






public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


Why do we need singleton pattern in c#?

0 Answers  


Explain the differences between static, void and public in c#?

0 Answers  


What are desktop applications examples?

0 Answers  


What is tpl in c#?

0 Answers  


Why delegate is used in c#?

0 Answers  


Why do we use hashtable in c#?

0 Answers  


Categories