coderz.py

Keep Coding Keep Cheering!

Abstract class vs Concrete class

 Following are the important differences between an abstract class and a concrete class. Sr. No. Key Abstract Class Concrete Class 1 Supported Methods Both abstract and concrete methods can be found in an abstract class. Only concrete methods are allowed in a concrete class. The class is abstract, even if it only has one abstract […]

June 11, 2022 | Java | No comments

Advertisement