Why do we need to 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 do u mean by thread safe?

0 Answers  


Why do we use 0?

0 Answers  


What is difference between ienumerable and list?

0 Answers  


What are the valid parameter types we can pass in an Indexer ?

3 Answers   CMC,


Why do we need interface in c#?

0 Answers  






What is the difference between Hash Table and Arrays?

12 Answers   IBM,


What are the different types of assemblies available and their purpose?

0 Answers  


Can abstract class be sealed?

0 Answers  


Why do we need events 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,


Explain dataadapter.update method in .net?

0 Answers  


Is c# and .net same?

0 Answers  


Categories