I\'m trying to implement code addition using polymorphism. I have a class with the method Draw and I want to add code to this method in derivatives of this class. F
Draw