difference between abstract class and final class in Java

www.la‮uttu‬ri.com
difference between abstract class and final class in Java
Abstract ClassFinal Class
Abstract we can't create objectsFinal we can create objects(string)
Abstract method should be overridenFinal method can't be overriden
Abstract method can be inheritedFinal can't be inherited
Abstract can't be instantiatedFinal can be instantiated
Abstract can be w/o implementationFinal must have implemetation
Created Time:2017-09-04 20:57:05  Author:lautturi