Quote Originally Posted by ychhuong
What are the advantages of Interface in OOP? Please give me an example to show that using Interface is better than one without using Interface.
An interface is used to specify a class: e.g. if your class implements the interface Runnable, it's considered as a threading class