what is an attribute? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is an attribute?

16th Aug 2016, 7:37 PM
Rayen Ochi
Rayen Ochi - avatar
4 Answers
+ 6
Attributes are the things about some thing that defines that thing well. Eg. If you consider a MobilePhone then its Prise, Model_no, color, brand name. etc are attributes of that phone .(i.e the things that tell you more about the MobilePhone). Similarly in Java Or In any OOPs language the things (variables) in that class are called the attributes of that class. For Above example public class Mobile_Phone { int prise ; double Model_no; string colour; string brand; } here Variables "prise,Model_no,colour,brand" are called attributes of class Mobile_Phone.
18th Aug 2016, 5:38 PM
Hardik Raut
Hardik Raut - avatar
+ 1
In simple words, attributes are variables..
18th Aug 2016, 6:52 AM
Bala Shocks
Bala Shocks - avatar
0
details that describes objects, character etc.....
16th Aug 2016, 8:46 PM
Aquarius
Aquarius - avatar
0
attribute or variable are also known as properties
21st Aug 2016, 7:44 PM
sana shah
sana shah - avatar