What is the difference between a concrete and and an abstract class?

An abstract class is a class declared with an abstract keyword which is a collection of abstract and non-abstract methods while a concrete class is a class that allows creating an instance or an object using the new keyword. Thus, this is the main difference between abstract class and concrete class.13 May 2019

Sizin İçin Seçtik  What is difference between abstract class and concrete class in Java?

Leave a Reply

Your email address will not be published. Required fields are marked *