A->B->C (EXTENDS)
How the constructors are called when we created an object of C
Answer Posted / kiran
constructor are called in this order
a,b,c
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Where’s global assembly cache located on the system?
Can we instantiate abstract class in c#?
What are sessions in c#?
What are the steps to create an assembly and add it to the gac?
What is the process of Serialization?
What is iformatprovider in c#?
What are the drawbacks of extending an interface as opposed to extending a class?
Is null empty or whitespace c#?
What will be the output of the following code?
What is data hiding in c#?
What is platform independence"?
Explain the difference between a sub and a function in c#.
Is it possible to inherit multiple interfaces?
What does == mean in c sharp?
What is the extension of c# file?