Solid LSP Cs
Solid LSP Cs
Console;
namespace DotNetDesignPatternDemos.SOLID.LiskovSubstitutionPrinciple
{
// using a classic example
public class Rectangle
{
//public int Width { get; set; }
//public int Height { get; set; }
public Rectangle()
{