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
What does the parsefloat function do?
Which one is trusted and which one is untrusted?
Explain the difference between boxing and unboxing.
What is the difference between static class and abstract class in c#?
What is the use of tryparse in c#?
Contrast between an interface and abstract class?
How we convert private assembly into public assembly?
What are the three types of predicates?
How do I create multifile assembly?
What does type safety mean?
What is private class in c#?
What is the different types of private assembly and shared assembly?
Can interface have virtual methods in c#?
What is eager and lazy loading in c#?
How long has c# been around?