Can you declare the override method static while the
original method is non-static?
Answer Posted / kishore
No we cannot declare ovverride method of static while the
first one is non static..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does dbml stand for?
What is sorting in c#?
How do generics work in c#?
Can you put two constructor with the same structure in a class?
What is out in c#?
What is datatable and dataset in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is dto c#?
Who benefits from ajax?
What is difference between c sharp and c#?
Explain anonymous type in c#?
How can I access the registry from c# code?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Is c# the same as d flat?
What is the difference between delegates and superdelegates?