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
Why is main static in c#?
Why do I get a syntax error when trying to declare a variable called checked?
What is parse method in c#?
Why would you use untrusted verification?
What is the difference between structure and class in c#?
Why to use “finally” block in c#?
What is the purpose of abstract class in c#?
Enlist all the components of an ado.net framework?
What is exe file in c#?
Can int be null c#?
What is the keyword used to prevent a class from being inherited by another class?
Write a program in C# for checking a given number is PRIME or not.
What is the difference between array and list in c#?
Are c# tuples immutable?
what is IComparable