Identifies a function as pure virtual.
A function that uses the pure-specifier is a pure virtual function.This element has two mandatory attributes; name and value that default to "pure virtual".
See: ISO/IEC 14882:2003(E) 10.4 Abstract classes [class.abstract]