Hi,
When I go to Qt header file, I often see some private classes in header files. ex: in QAbstractItemModel we will see QAbstractItemModelPrivate.
What are this private classes actually & what is the use of this classes ?
is this concept specific to Qt or Some design pattern ?