Redeclare in items.xml

Introduction In Java , we have a concept called variable hiding which means variable with the same name is defined in both parent and child classes. In such cases,variable from Parent will be inherited but it will be hidden in the Child class as the Child class also has the same variable. we can also […]

Share this article on