3
Answers

In C#, A child class that inherits the base class

Mallesh Mallu

Mallesh Mallu

2y
671
1

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?

Answers (3)