What are all the three words to decribe class? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 24

What are all the three words to decribe class?

I know 2 names of object which is attribute and Behavior

19th Feb 2017, 8:46 AM
Aravinth
Aravinth - avatar
14 Answers
+ 45
attribute, identity, behaviour
21st Feb 2017, 7:19 AM
soumya
soumya - avatar
+ 21
^_^ (School) Class : noisy, small, annoying……… ~_~
19th Feb 2017, 9:45 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 5
sowmya thanks alot
21st Feb 2017, 4:59 PM
Aravinth
Aravinth - avatar
+ 5
Identity, Attribute, Behavior
4th Mar 2019, 5:58 AM
Anupam Kumar
Anupam Kumar - avatar
+ 4
methods?
19th Feb 2017, 10:03 AM
Mayur Garg
Mayur Garg - avatar
+ 3
the three are attribute, identity, behaviour
10th Jul 2019, 2:09 PM
Ofori Mensah Bright Edem
+ 2
thanks sowmya
20th Nov 2018, 9:37 AM
Sreenivas KC
Sreenivas KC - avatar
+ 1
attribute, identity and behaviour
21st Apr 2020, 9:58 PM
Muhammad Hamza Shakeel
Muhammad Hamza Shakeel - avatar
+ 1
identity
2nd May 2020, 6:28 AM
Nishara Senanayake
Nishara Senanayake - avatar
+ 1
#include <stdio.h> int main() { char ch; FILE *fpw; fpw = fopen("C:\\newfile.txt","w"); if(fpw == NULL) { printf("Error"); exit(1); } printf("Enter any character: "); scanf("%c",&ch); /* You can also use fputc(ch, fpw);*/ fprintf(fpw,"%c",ch); fclose(fpw); return 0; }
23rd Aug 2020, 11:22 AM
Pratiksha Ghadge
Pratiksha Ghadge - avatar
+ 1
attribute, identity, behaviour
23rd Sep 2020, 1:28 PM
Ajit Kumar
Ajit Kumar - avatar
0
Student { : void hello() { << "hi from student" << endl; } }; How to do this one?
8th Apr 2020, 1:10 PM
Xin Yi
Xin Yi - avatar
- 1
the three terms used to describe an object oriented programming are attributes ,behaviour,and;
30th Jan 2021, 7:11 AM
Wasiq Rehman
Wasiq Rehman - avatar
- 5
a three terms which discribe the object in object oriented programing language
21st Apr 2018, 3:06 AM
Satish Yadav
Satish Yadav - avatar