Is an interface a special kind of class or can you say that an interface isn't a class at all?
Is an interface a special kind of class or can you say that an interface isn't a class at all?
yes interface is a kind of class.simply say in class methods and data present also in interface method(only abstract method) and data(only static and final) present.
for more watch it https://www.youtube.com/watch?v=qgBv1_Plldo&list=PLbRMhDVUMngcx5xHChJ-f7ofxZI4JzuQR&index=21&t=13:52