can you overload a method of class A in Class B if it is
derived class of A?If it is yes tell me how is it possible?
Answer Posted / muralik.it
for the above answers, i have one doubt, c# doesnt support
inheritence instead of that we use interface..but the above
answers showing the inheritence can u plz clarifyit..thank you
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is meant by collections in c#?
What is null in database?
What is the purpose of static?
What is assembly manifest?
What are examples of desktop applications?
These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
Which is better python or c#?
What is a nullreferenceexception and how do I fix it?
Why delegates are required?
What is the example of predicate?
How do you declare a variable in c#?
What is the difference between new and override in c#?
How do I port "synchronized" functions from visual j++ to c#?
How does foreach loop work in c#?
What is the use of getcommandlineargs() method in c#.net?