Advertisements
Advertisements
प्रश्न
List the variables from those given below that are composite data types:
- static int x;
- arr[i]=10;
- obj.display();
- boolean b;
- private char chr;
- String str;
लघु उत्तरीय
उत्तर
The composite data types are:
- string str;
- arr[i] = 10;
- obj.display();
shaalaa.com
Classes as an Object Factory
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?