Javatpoint Logo
Javatpoint Logo

Inheriting Bean in Spring

By using the parent attribute of bean, we can specify the inheritance relation between the beans. In such case, parent bean values will be inherited to the current bean.

Let's see the simple example to inherit the bean.

Employee.java

This class contains three properties, three constructor and show() method to display the values.

Address.java
applicationContext.xml
Test.java

This class gets the bean from the applicationContext.xml file and calls the show method.






Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA