Totally our class extends a parent class and an Object class
No. All classes extend exactly one other class - either explicitly through an "extends" statement, or -if there is no such statement- implicitly Object is extended. It is not correct to say that both Object and a parent class are extended.