nomenclature - Why "class" for class in Java? -


why did creators of java use name "class" classes in java? term come from?

java didn't invent name class - used in languages prior, c++.

i think name "class" refers class of objects, in classification (or type). , object instance of type.

here first definition of "class" dictionary.com:

  1. a number of persons or things regarded forming group reason of common attributes, characteristics, qualities, or traits; kind; sort.

so right in line know class in computer science - "characteristics/qualities/traits" being fields , methods.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -