In the previous chapter of inheritance we have learnt about the different rules of method overriding, In this chapter we will be learning about the super keyword - 3 ways of Using Super Keyword : Super is used to refer the immediate parent of the class. Whenever we create an object of the child class(...)
The post Super Keyword : Access Class Variables & Methods appeared first on Learn Java Programming.