Java - OOPS - Inheritance


Inheritance:
·         It is used to getting the properties from one class to another class.
·         Extends is a keyword to use to get the properties.
·         Code reusability

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab