| Abstract Class | Concrete Class | |
| Type | Base class | Default class |
| Methods | May contain partially implemented methods | All methods are completely implemented |
| Functions | Some or all declared functions are purely virtual | No purely virtual functions |
| Instantiation | Cannot be instantiated | Can be instantiated |
Image Courtesy: tutorials.jenkov.com, stackoverflow.com