Can we have a non static member function in a base class to
be override in derived with static modifier?
Answer Posted / sanjay
No We cant ovver ride static member function in a base
class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a class or a struct have multiple constructors?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
What is immutable in C#?
Explain the advantage of using system.text.stringbuilder over system.string?
What is the use of nullable types in c#?
Are arrays value types or reference types?
What is the difference between returning iqueryable vs ienumerable?
What are the concepts of dispose method?
What are the generation of Garbage Collection in C# .NET ?
Can an abstract class have a constructor c#?
What is the difference between dataset and datatable in c#?
What are delegates?
What are the various components in crystal reports?
In c#, what will happen if you do not explicitly provide a constructor for a class?
How many types of serialization are there in c#?