In C#,
A child class that inherits the base class
While inheriting automatically the public, protected, internal members of the base class, it also inherits those base class's constructor and finalizers?