public override bool Yazdir(Kagit kagit) { Type type = kagit.GetType(); if (type.Name == "A4Kagit") { return(true); } else { return(false); } }
public abstract bool Yazdir(Kagit kagit);
public override bool Yazdir(Kagit kagit) { return(true); }