Java Tutorial for Beginners Lesson 15: Interfaces What we will learn from this lesson: - Blueprint of A Class - Only Abstract Methods - Only Static Contant Variables - Declaring an Interface - Declaring Contants Variables - Declaring Abstract Methods - Declaring Implementation Class - Implementing all Methods