method ?
for example if you have Shape class that contains Draw() method
you leave this Draw() method without any implementation because you don't know how to draw a Shape, the cool thing is to force every child class to override this Draw() method because the child classes will be certain shape (rectangle, circle ..etc) that can be drown
abc module
Обсуждают сегодня