Base keyword The base keyword is used to access members of the base class from within a derived class. You can use it in two ways: To call a method on the base class that has been overridden by another method To specify which base class constructor should be called INSTEAD of the default PARAMETERLESS … Continue reading Use of base and this keywords with constructors