Can we have a non static member function in a base class to
be override in derived with static modifier?
Answer Posted / parmjit
No, we cannot derive static class from a user defined
class. They can only be derived from object class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is .edmx file?
Why do I get a security exception when I try to run my c# app?
Why we use get and set method in c#?
What is collection of classes in c#?
Differentiate between sqlclient oledb and providers?
What is the base class from which all value types are derived?
Where is c# compiler located?
When do we generally use destructors to release resources?
What is the use of properties window?
what are windows services?
What is the use of flag in c#?
Why we use extension method in c#?
Is a c# interface the same as a c++ abstract class?
Explain the role of Garbage collector and its generations?
What is namespace c#?