A->B->C (EXTENDS)
How the constructors are called when we created an object of C
Answer Posted / priya
the constructor of class A is called first then Class B and
at the end class C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe an abstract class?
Difference between StackPanel and RelativePanel ?
What is the difference between system.text.stringbuilder and system.string?
Why generics are used in c#?
Can we make a class private in c#?
What are the basics of c#?
Explain states of a thread in c#?
What is generic collection in c#?
What is the difference between a class and an object c#?
What are the differences between static, public and void in c#?
What is a console in c#?
What is typeof c#?
Is null empty or whitespace c#?
How do I format a string in c#?
What is the difference between hashtable and dictionary?