#040

Опубликовано: 21 Июнь 2023
на канале: Programming Heist (Professor)
57
5

In this video we will discuss

1. Static nested classes are not technically inner classes. They are like a static member of outer class.

2. To access the static nested class, we don’t need objects of the outer class.

3. It cannot access non-static data members and methods. It can be accessed by outer class object.

4. Like regular classes, static nested classes can include both static and non-static fields and methods.

Link for programs used in this video

https://github.com/krishankansal/Java...

Link for complete play list

   • Java for complete beginners (Hindi): ...