هل يمكنكم شرح الدالة هذه
Public Community(String name, String description, imageRefdrence) {
this.name = name ;
this.description = description ;
this.imageReference = imageReference ;
وما هي فائدة code this
هل يمكنكم شرح الدالة هذه
Public Community(String name, String description, imageRefdrence) {
this.name = name ;
this.description = description ;
this.imageReference = imageReference ;
وما هي فائدة code this
الكود عبارة عن دالة لاسناد قيم للمتغيرات الثلاثة
this لتدل على المتغيرات التابعة لعنصر الكلاس الحالي وتمييزها
اجل سيظهر لديك خطأ حيث ان الدالة لن تتمكن من تحديد لاي عنصر من نوع الكلاس تعود المتغيرات من اجل اسنادها