Accenture Interview Question

What is an abstract class?

Interview Answer

Anonymous

Apr 5, 2022

Class that cannot be instantiated. Contains methods, properties that can be base of another class.