What is object in programming?

1 answer

Answer

1277726

2026-05-14 19:56

+ Follow

Java
Java

Object in context of a class is the root of the class hierarchy in Java in the Java.lang package.

Every class has Object as a superclass whether it's explicit or not. All objects, including arrays, implement the methods of this class.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.