What is the difference between virtual method and abstract method?


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

Post New Answer

More C Sharp Interview Questions

can you tell me what are the steps should follow to do delay signing.

1 Answers   HCL,


Can you declare the override method static while the original method is non-static?

5 Answers  


Can I call a virtual method from a constructor/destructor?

0 Answers  


What does writeline mean?

0 Answers  


What is value c#?

0 Answers  


What is the difference between abstraction and encapsulation in c#?

0 Answers  


Why do we use class in c#?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


What is the advantage of extension method in c#?

0 Answers  


How do you escape a character?

0 Answers  


Is enum a class c#?

0 Answers  


What is data types in c#?

0 Answers  


Categories