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 is dataadapter c#?
What are the differences between value types and reference types?
What is the difference between list and array in c#?
What do you mean by a windows process in regards to memory allocation?
What is singleordefault c#?
Why do we need delegates in c#?
How do I simulate optional parameters to com calls?
What is hashtable in c# net with example?
How long does it take to learn c# for unity?
What are c# i/o classes?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
When is a class declared as a class abstract?
What are the main reasons to use c# language?
Can you declare a class or a struct as constant?
Is string a primitive data type in c#?