Trace the O/p for a program on inheritance and
Polymorphism. 3 classes A,B,C
A with two methods
public virtual SomeMethodA
public virtual SomemoreMethodA
B:A
overide SomeMethodA
C:B new Method SomeMethodA
override SomeMoreMethodA
main method
{
b new instance of B
b.SomeMethodA
b.SomeMoreMethodA
b1 new instance of C
b1.SomeMethodA
b1.SomeMoreMethodA
}
Answers were Sorted based on User's Feedback
Answer / vibz
Call to B's SomeMethodA
Call to A's SomeMoreMethodA
Call to B's SomeMethodA
Call to C's SomeMoreMethodA
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / kanan
Vibz answer is correct at some level. but i am thinking
different way.
Call to class B's SomeMethodA
Call to class A's SomeMoreMethodA
Call to class C's SomeMethodA <-- our answers differ here
Call to class C's SomeMoreMethodA
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the use of nullable types in c#?
Wats the diff between sealed class and private class in inheritance
What is the use of private constructor in c#?
Write a sample code to write the contents to text file in c#?
Can a class or a struct have multiple constructors?
Can we create instance for Abstract class?
28 Answers HCL, Satyam, SoftSol, Wipro,
What is a dll in c#?
Can datetime be null c#?
Is visual c# free?
Perfect Example Of While And Do-While Loop In C#.Net ?
Is c sharp and c# are same?
What is routing in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)