Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 385 Bytes

File metadata and controls

15 lines (9 loc) · 385 Bytes

Object

You may have heard the phrase "everything is an object" parroted about.

It sounds very silly. Of course things are things, what else would they be?

In Java it has a very specific meaning. There is a class named java.lang.Object (Object for short) which all other classes are derived from.

Everything "is" an Object.