Northrop Grumman Interview Question

Explain a pure virtual class / interface.

Interview Answer

Anonymous

Nov 22, 2016

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

2