0

Whats is constructor?????

4th Apr 2017, 2:17 PM
Ravi
Ravi - avatar
2 Réponses
4th Apr 2017, 3:13 PM
देवेंद्र महाजन (Devender)
देवेंद्र महाजन (Devender) - avatar
0
that is afunction with the same name as his class class student { int id; public student(int i) { id =i; } } } and it could have no parameter
4th Apr 2017, 8:04 PM
Moatazbellah Mahmoud
Moatazbellah Mahmoud - avatar