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
What is icomparer in c#?
Do while loops yes or no c#?
What is strong name assembly?
Why do we use parameters in c#?
How do you name a variable in c#?
Can I get the name of a type at runtime?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is the difference between a function and a method?
Explain about finalize method?
What is difference between out and ref in c#?
When a switch is said to be congested?
What is difference between static and readonly in c#?
How does bitwise work?
When do you generally use a class over a struct?
What is a string c#?