i'm learning design patterns, and i'm trying to implement the example from the gof page for abstract factory in java, these examples are in c# and there's a class called StandardPackaging, here's the code:
public class StandardPackaging : Packaging { }
what does : mean?
if you want to see the example here's the link http://www.blackwasp.co.uk/AbstractFactory_2.aspx