Are characteristics and attributes the same thing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Are characteristics and attributes the same thing?

21st Aug 2018, 1:13 AM
Edlie Gabe
Edlie Gabe - avatar
2 Answers
+ 1
Well, you can interpret the attributes this way. They are kind of "features" of an object. Practically, the attributes are the fields of a class, e.g. public class Person { private String name; private int age; } Name and age are the attributes.
21st Aug 2018, 1:32 AM
Steppenwolf
Steppenwolf - avatar
0
thanks guys <3
21st Aug 2018, 9:58 AM
Edlie Gabe
Edlie Gabe - avatar