what type of variable is visible to every module and the entire program?

1 answer

Answer

1260651

2026-08-02 06:20

+ Follow

Java
Java

If you are talking about a class in Java, a variable encapsulated by a class is called an instance variable b/c everytime you create an object with that class, each object has its own set of the variables declared.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.