Blue Yonder interview question

Describe difference between abstract method/class

Interview Answer

Anonymous

14 Oct 2020

abstract class: class that has 1 or more abstract method abstract method: a method that can be overridden and defined in it's own way for a different use