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 the difference between a function and a method?
How do I simulate optional parameters to com calls?
What is windows forms in c#?
Can enum be null c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Is dictionary reference type c#?
Is functional interface runnable?
What is lock statement in C#?
Can struct inherit from class c#?
Is unity object oriented?
Are structs value types or reference types?
Explain About Virtual functions and their use.
How many types of polymorphism are there?
What does type safe mean in c#?
What do you mean by the delegate in c#?