Domanda di colloquio di Blue Yonder

Describe difference between abstract method/class

Risposta di colloquio

Anonimo

14 ott 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