Can you declare the override method static while the
original method is non-static?
Answer Posted / saubhagya
No
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is sqldataadapter in c#?
What is a namespace server?
How does c# generics and c++ templates compare?
What are object pooling and connection pooling and difference between them?
Can we change static variable value in c#?
What are scriptable objects?
Is null == null c#?
Why do we need structs in c#?
What is data bind in c#?
What is global asax in c#?
What is the difference between function and method in c#?
Is c# int immutable?
Why data types are important in c#?
If I return out of a try/finally in c#, does the code in the finally-clause run?
write a c# program add two matrix with input number ?