Hi,

What do you mean by interface in C++ ...?
In my knowledge , 2 points are related to the term INTERFACE in c++ ...
Qt Code:
  1. 1) Abstract base class --- which we use to do "PROGRAM TO INTERFACE "
  2. 2) Public functions in a class ---- which is for providing interface to the clients( users of the class )
To copy to clipboard, switch view to plain text mode 

Please correct( in detail ) me ..!! , if my understanding is wrong .
Thanks in advance