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
Is python easier than c#?
Explain the serialization in .net
Which is faster abstract class or interface in c#?
What is state c#?
What is an Interface in C#?
Can a abstract class have a constructor?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is the purpose of escape sequence?
What is difference between assembly and dll?
Explain how to implement an object pool in c#.net
What are reflections in c#?
What is the difference between protected and internal in c#?
Can we customize the serialization process?
Explain the access modifiers in c#?
Can we override static class in c#?