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
Is versioning applicable to private assemblies?
What is the use of ispostback in c#?
What is attribute c#?
What is different between Static Constructor and Private Constructor?
What is hashtable in c# net with example?
How can you reference current thread of the method ?
What is cache memory in c#?
What are the types of class in c#?
Is php easier than c#?
What is difference between a constant and read-only in C#?
What sort algorithm does c# use?
Can we override interface methods in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
what is scope of a protected internal member variable of a c# class
What is difference between continue and break in c#?