Java Lecture - 10 (CSE-301)


Topics 

     •Introduction to interface

     •Why use java interface?
     •How to declare an interface?
     •The relationship between class and interface
     •Some important points about interface
    •Why multiple inheritance is supported in Interface while it is not supported in case of class.
    •Difference between abstract class and interface


To See The Slide of Lecture-10


Comments

Popular posts from this blog

Complete Java masterclass for beginners -10 (switch statement)

Complete Java masterclass for beginners -11 (for loop)

Complete Java masterclass for beginners -06 (Unicode System)