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
Is c# the same as d flat?
What is the use of flag in c#?
Why singleton class is sealed?
What is exe in c#?
What is the difference between package and interface?
Explain About CLS?
What is meant by generics in c#?
How do you serialize an object?
What are extensions methods in c#?
What is difference between constants and readonly in c#?
Explain the three test cases in unit testing?
Can we inherit class that contains only one private constructor?
What's the difference between System.String and System..StringBuilder in C#?
How do I convert a string to an int in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?