Java Abstract Class vs Interface πŸ“

Compare Java abstract classes and interfaces, highlighting their differences, uses, and key features for better understanding.

Java Abstract Class vs Interface πŸ“
Try2Catch
7.3K views β€’ Feb 14, 2018
Java Abstract Class vs Interface πŸ“

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

Video Information

Views

7.3K

Likes

170

Duration

12:59

Published

Feb 14, 2018

User Reviews

4.6
(1)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.