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
Explain About .Net remoting
What are the types of parameters in c#?
What is use of abstract class in c#?
What does this keyword mean in c#?
How does the clr work?
Is datetime a value type in c#?
What is a bool in c#?
How is the syntax written to inherit from a class in C#?Give an example ?
What is the C# syntax to catch any possible exception?
If a method's return type is void, can you use a return keyword in the method?
Why to use “finally” block in c#?
What is call back method?
How do I create a delegate/multicastdelegate?
What is the difference between a private assembly and a shared assembly?
Is unity object oriented?