Is it possible to inherent some of the property from the parent class to child class in java.
In one of my situation i have to take only 3 properties from the parent while my parent has 100 property.
If yes then what is the way.?
Thanks in advance.