Interface it

Interfaces are now available in C++ … I really wonder – Do we need this? I am a beginner to the big bad world of C++ code but I don’t see what an interface would do in C++ that an abstract class can’t do… I guess its one of the those things that only Bruce Eckel or Lippman could understand/explain.