What is the point of unity interfaces?

You would use an interface if you needed a bunch of different classes to have some method (named the same but implemented differently in each) and you wanted to use them interchangeably. You would also use an interface if there was no data involved, only methods.

Sizin İçin Seçtik  What is difference between interface and abstract class C++?

Leave a Reply

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