What is the use of abstract class in real time?

So, abstract classes can be used to consolidate and share functionality , while interfaces can be used to specify what the common functionality that will be shared between different instances will be, without actually building that functionality for them. Both can help you make your code smaller, just in different ways.

Sizin İçin Seçtik  Where to put Google services json in react native?

Leave a Reply

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