[Homework] Inheritance and Abstraction - Problem{2} - Animals
Какво точно означава скриването на наследени параметри? В тази задача VS (или Resharper) ми изкарва следните предупреждения:
'Kitten.Gender' hides inherited member 'Animal.Gender'. Use the new keyword if hiding was intended.
'Kitten.ProduceSound()' hides inherited member 'Cat.ProduceSound()'. Use the new keyword if hiding was intended.
Същото е и за клас Tomcat.