هذا الخطأ وهذا الكود رغم أن الكونستركتر صحيح ولكن اذا عملت extends يظهر الخطأ لا أعلم السبب
Exception in thread main java lang RuntimeException: Uncompilable code – constructor Products in class store. Products cannot be applied to given types;
required: java lang String, java.lang. Double found: no arguments reason: actual and formal argument lists differ in length
,code
publicclassMain{publicstaticvoid main(String[] args){// TODO code application logic hereSystem.out.println("Welcome in Happy store");System.out.println("it's contains 5 products");Stores g=new stores ();Products A =newProducts("Ipad",4000.500); A.ProductInfo();publicclassStores extends Products{privateStringProduct_Name;privateString product[];privateScannerScn;privateString x;privateString yes_no;publicStores(){
product=this.products;publicclassProducts{privateDoublePrice;privateint ID;private string Name P;String products []=newString[4];publicProducts(String p_name,Double p_prise){this.Name_P=p_name;this.Price=p_prise;this.ID=random_num();
السؤال
Shahad Mohammad
هذا الخطأ وهذا الكود رغم أن الكونستركتر صحيح ولكن اذا عملت extends يظهر الخطأ لا أعلم السبب
,code
3 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.