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
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
what are pointer types in c#
When a Static Constructor is called in a Class?
Define a manifest in .net?
What is dll in vb.net?
What is difference between ienumerable and iqueryable in c#?
What is thread safe in c#?
Describe the difference between inline and code behind - which is best?
Define an assembly in .net?
What do you mean by thread safe in c#?
Which namespace is required to implement trace ?
What is singleordefault?
What is the difference between hashtable and dictionary?
Can we set image Source dynamically using C# in WPF application?
Why do we use readonly in c#?