Northrop Grumman interview question

Explain a pure virtual class / interface.

Interview Answer

Anonymous

22 Nov 2016

A class you can't actually instantiate - you have to create a subclass that implements all of the interface methods.

2