Nowcom interview question

Abstract versus virtual methods, definition and usage.

Interview Answer

Anonymous

20 May 2022

Abstract doesn't have an implementation, overriding class should define the body. Virtual methods has its own default definition, but can be overridden by the inheriting class