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
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What is datetime minvalue in c#?
What does public mean in c#?
What is expression tree in c#?
What is dataview c#?
Is c# a strongly-typed language?
What is constructor overloading in c#?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What is the usage of Enumeration in C# Programming and is it good to use or not ?
What is the difference between dispose() and finalize() methods in c#?
Explain the three test cases in unit testing?
What is the property of class?
What are Indexers in C#?
Why are strings immutable c#?
Can you specify an access modifier for an enumeration?