Can we override static class in c#?



Can we override static class in c#?..

Answer / Shyam Veer Arya

No, you cannot override static classes or their members in C#. Static classes and their members are shared across all instances of the class and are not specific to any particular instance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why data types are important in c#?

1 Answers  


What are three test cases you should go through in unit testing?

1 Answers   Siebel Systems, Wipro,


What is the difference between arraylist and list in c#?

1 Answers  


What is the use of 'as' Keyword in C# ?

1 Answers   HCL,


What are value types and reference types?

1 Answers  


How to use exception handling in stored procedure?

1 Answers   Wipro,


What is an abstract class c#?

0 Answers  


What is an example of delegation?

1 Answers  


What is dynamic dispatch?

1 Answers  


Why should I use interface in c#?

1 Answers  


What is dataset c#?

1 Answers  


What is the use of inheritance in c#?

1 Answers  


Categories