- Get link
- X
- Other Apps
A friend amusingly posted on Facebook a retro photograph of four (4) 'designers' around a cat, with the caption alluding to designing hats for cats, and so I decided to make, somewhat incongruously, an abstract cat factory, which varies by the location of the cat.. Salient Characteristic(s) Classes derived from abstract types Class creates derived (concrete) classes based on type required Code namespace DesignPatterns { public enum Location { Kitchen, Bedroom, LivingRoom } public enum Amusements { String, Mouse, Food, Sleep } public abstract class Feline { public abstract Feline HereKittyKitty...