We all Know that every class /inherits implicitly from Object class .. Right!!!
If We extends one more base class , then we actually inherit from 2 class [Object and the extended class ] ... so my doubt is ,what i said is an multiple inheritance or not ??? ...
