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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?