Home >  Term: class
class

In programming, a type that defines the implementation of a particular kind of object. In Java, the class definition defines instance and class variables and methods, as well as specifying the interfaces the class implements and the immediate superclass of the class. If the superclass is not explicitly specified, the superclass will implicitly be Object.

0 0

Creator

  • Jessehe
  •  (V.I.P) 32013 points
  • 40.13% positive feedback
© 2024 CSOFT International, Ltd.