Could I just said that the abstract factory pattern is just by adding a layer of abstraction above the creational patterns like factory pattern?
Edit: I know that for most of the cases we can use factory pattern to implement the abstract factory pattern. But I think if I use some other creational pattern, that's still, at least I will call it, a abstract factory pattern.