What is difference between abstract class vs non-abstract class in Java.
Antworten zu Vorstellungsgespräch
Anonym
20. Mai 2022
abstract methods can either be hidden or overridden, but non abstract methods can only be hidden
Anonym
20. Mai 2022
A class that is declared using “abstract” keyword is known as abstract class. It can have abstract methods(methods without body) as well as concrete methods (regular methods with body). A normal class(non-abstract class) cannot have abstract methods.
Anonym
16. Jän. 2020
I have answered very well.
Anonym
21. Feb. 2020
can you elaborate more on the interview process ? was it in riverwoods?