What is parent class in java?

Java

1 answer

Answer

1018161

2026-04-29 10:25

+ Follow

Java
Java

Object Class is the parent class of all classes in Java.

Every class in the Java system is a descendant (direct or indirect) of the Object class.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.