C++ features by examples
|
is a common pure virtual interface More...
Public Member Functions | |
virtual int | method ()=0 |
virtual | ~Interface ()=default |
is a common pure virtual interface
Definition at line 165 of file patterns.cpp.
|
virtualdefault |
|
pure virtual |
Implemented in Sample_product, Prototype, Bridge, Proxy, Decorator, Composite, and Active_object.