Can we have a non static member function in a base class to
be override in derived with static modifier?
Answer Posted / kishore.a
We cannot override the non static method with a static
method in derived class.
Because all static members are handled directly by CLR.
Where as non static members are handled by CLR after object
instantiation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the basic string operations? Explain.
What is null in database?
What is the max value of int32 in c#?
What is class and object c#?
Explain async and await?
What is a Jagged Array in C#?
What are properties in C#?
Can property be private in c#?
What is an assembly in .net?
What is the advantage of extension method in c#?
What is visual c# net?
How much time will it take to learn unity?
What is the use of private constructor in c#?
How many variables do you need?
Can you create an instance of a static class?