Java Abstract Class vs Interface π
Compare Java abstract classes and interfaces, highlighting their differences, uses, and key features for better understanding.

Try2Catch
7.3K views β’ Feb 14, 2018

About this video
Abstract Class : A class that is declared using βabstractβ keyword is known as abstract class. It can have abstract methods as well as normal methods. A normal class cannot have abstract methods.
Interface : Interface looks like a class but it is not a class. An interface can have methods and variables just like the class but the methods declared in interface are by default abstract . Also, the variables declared in an interface are public, static & final by default.
I hope you like this effort. If yes, please subscribe my channel and please like and share this video in your group.
Facebook : https://www.facebook.com/try2catch/
WhatsApp : http://bit.ly/31ZdBM1
Blog : https://trycatch55.blogspot.com
Interface : Interface looks like a class but it is not a class. An interface can have methods and variables just like the class but the methods declared in interface are by default abstract . Also, the variables declared in an interface are public, static & final by default.
I hope you like this effort. If yes, please subscribe my channel and please like and share this video in your group.
Facebook : https://www.facebook.com/try2catch/
WhatsApp : http://bit.ly/31ZdBM1
Blog : https://trycatch55.blogspot.com
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
7.3K
Likes
170
Duration
12:59
Published
Feb 14, 2018
User Reviews
4.6
(1) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.