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
What is an assembly qualified name? Is it a filename? How is it different?
What is data annotation in c#?
how to stored and retrive video in Sql server using asp.net c#......?
How objects are stored in memory?
What is the difference between dispose() and finalize() methods in c#?
What is default method in c#?
How many classes are there in classification?
Explain the difference between private and shared assembly?
Contrast between an interface and abstract class?
What is constructors, explain with syntax
Can dictionary have duplicate keys c#?
Illustrate namespaces in c#?
How does bitwise work?
How many constructor can a class have?
what is a constructor? What is a destructor?