Home » C# Programming » Inheritance

Assume class B is inherited from class A. Which of the following statements is correct about construction of an object of class B?

Correct Answer: While creating the object firstly the constructor of class A will be called followed by constructor of class B.

← Previous Question Next Question→

More Questions from Inheritance

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion