Answer:
You are in Base Class of DotNetFunda
You are in Child Class of DotNetFunda
This is because the Base classes are automatically instantiated before derived classes. If we could the see the output, The BaseClass constructor executed before the ChildClass constructor.
Asked In: Many Interviews |
Alert Moderator