+ 6
What is the difference between an-arg constructor, and default constructor??
java construcors
5 Answers
+ 8
They are the same. When an object is instantiated if has no constructor declared Java creates an empty (default) constructor with no argumentsولمعلومات اكتر دخلي على غوغل😉
+ 8
a constructor with arguments can be used to initialize some variables
Example:
class myClass {
int x;
int y;
public myClass(int newX,int newY){
this.x = newX;
this.y = newY;
}
}
+ 4
https://www.tutorialspoint.com
هاد الموقع فيو كل شي بدك ياه عن لغات البرمجة مع مراجع
+ 2
شفت غوغل, شي يقول نفس الشي وشي لا
لهيك سألت :)
+ 2
default constrictor
كيكون بدون arguments و ما شي ضروري ديفينيه هو كاين كاين، غير الى ديفينيتي شي constrictor اخر ب args، ديك ساعة الى مازالة محتاجة constructif sans args، ضروري تكتبيه