Cimpress interview question

What is an abstract class?

Interview Answer

Anonymous

10 Oct 2022

An abstract class is a class another class needs to inherit. A class can only inherit from one class.

1