What is diamond of death in OOPS?
Its an ambiguity arises when two class inherits the same base class and one more class inherits these two classes. If B and C inherits A where FOO() is a method and D inherits B and C and override the method FOO() , then there will be a confusion for class D to inherit the method FOO() , the confusion is from which class it will inherit.
Read More..   [233 clicks]
Published under: C# Interview Questions and Answers · · · ·