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 Implementation inheritance and interface inheritance?
Are enums static c#?
Why do we use 0?
How do I download a program to my desktop?
What is the base class of all classes in c#?
What is namespace in oop?
Explain About sn.exe
Explain about Destructor method?
What are the different types of classes in c#?
What are the advantages of using assemble language programming?
What is .cs file in c#?
What are predicates in c#?
Are objects passed by reference in c#?
Is c# good for beginners?
In a memory when you Box and Unbox a value-type what happens?