public virtual void AddDendrite(Dendrite dendrite) { Dendrites.Add(dendrite); }
public override void AddDendrite(Dendrite dendrite) { throw new InvalidOperationException("It is not allowed to call this method on Input Neuron"); }