Use C# programming. A software company is designing a piece of software that enables users to create buildings easier.
First design a UML diagram with inheritance and association included. - Implement OOP code for this description - Show the use in polymorphism (hint: create an abstract method "string getType()" that will return the type of Furniture "couch, chair, or desk" ). There is another method that you may want to figure out.