#992

Опубликовано: 19 Январь 2025
на канале: KB Tutorials
43
0

In this tutorial we are going to learn important oops concept in java that is Inheritance. Inheritance is child class extending the behaviour of parent class . Inheritance can be achieved by class or interface in java. In case of class we use extends keyword in java. Incase of interface we use implements key word in java. We learnt about how different access specifiers like private, default ,public and protected impacted inheritance in java.
#kbtutorials ,#javainterviewquestions ,#javainterviewprograms