Answer Posted / satya
let me explain clearly,,,, suppose there is a class called
A(base class)and it has a method Print(). now I am
implementing heirarchical inheritance and derived classes
are B, C and D. now in three derived classes that print() is
there. now the problem is form which class (from derived
classes for first class A) i have to take print() ?
If signature is same then no problem, if it differs what is
the result?
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which attribute is used in order that the method can be used as webservice?
What is the difference between a private assembly and a shared assembly?
What are All kind of access specifiers for a class and for methods
Why do we use dictionary in c#?
Explain namespaces in c#.
What is the difference between static class and sealed class in c#?
Is enum a value type c#?
What is the difference between User controls and Custom Controls?
What is difference between arraylist and list in c#?
How many types of polymorphism are there?
What is icollection in c#?
What is multicast delegate in c# ?
Can we declare private class in c#?
Define delegate?
Who introduced c#?