Frankly say Java does not support Multiple inheritance in case of class but in case of Interface its support multiple inheritance.
Implementation:
By default in java all Data member and member function of parent class is available to child class. if they are not private.