Top Categories

7.15 Count Number of Objects of Class in Java
  • Category:
  • Sub Category:
  • Objects
  • Tutorial
  • Simple
  • use
  • telusko
  • question
  • class
  • count
  • Learning
  • how to
No Views

An object variable is a container that holds a reference to a specific instance of a class. Class variable is variable which is shared among the objects. Class variable can be used by using static keyword for the variable.

Comments

You Might Be Interested In