Tag Archives: Why is it not considered good practice for creating an object of Abstract class?

Tricky Java Interview Questions

Introduction In this article, I have combined all-important and tricky questions you will definitely be asked in a Java interview.  Do we create the object of Abstract class in Java No, we cannot create an object of an abstract class. Why… Read More »