— Scott McNealy, Sun Microsystems Chairman, President and ceo


come up with defaults? Are there times when you should



Download 40,57 Mb.
Pdf ko'rish
bet242/555
Sana26.05.2022
Hajmi40,57 Mb.
#609235
1   ...   238   239   240   241   242   243   244   245   ...   555
Bog'liq
Head First Java (Kathy Sierra, Bert Bates) (z-lib.org)

come up with defaults? Are there times when you should 
not have a no-arg constructor in your class?
A: 
You’re right. There are times when a no-arg construc-
tor doesn’t make sense. You’ll see this in the Java API—some 
classes don’t have a no-arg constructor. The Color class, for 
example, represents a... color. Color objects are used to, for 
example, set or change the color of a screen font or GUI 
button. When you make a Color instance, that instance is 
of a particular color (you know, Death-by-Chocolate Brown,
Blue-Screen-of-Death Blue, Scandalous Red, etc.). If you 
make a Color object, you must specify the color in some way.
Color c = new Color(3,45,200);
(We’re using three ints for RGB values here. We’ll get into 
using Color later, in the Swing chapters.) Otherwise, what 
would you get? The Java API programmers could have de-
cided that if you call a no-arg Color constructor you’ll get a 
lovely shade of mauve. But good taste prevailed.
If you try to make a Color without supplying an argument:
Color c = new Color();
The compiler freaks out because it can’t find a matching no-
arg constructor in the Color class. 
File Edit Window Help StopBeingStupid
cannot resolve symbol
:constructor Color()
location: class 
java.awt.Color
Color c = new Color();
^
1 error
public class TestDuck {
public static void main(String[] args){
int weight = 8;
float density = 2.3F;
String name = “Donald”;
long[] feathers = {1,2,3,4,5,6};
boolean canFly = true;
int airspeed = 22;
Duck[] d = new Duck[7];
d[0] = new Duck(); 
 
 
d[1] = new Duck(density, weight);

Download 40,57 Mb.

Do'stlaringiz bilan baham:
1   ...   238   239   240   241   242   243   244   245   ...   555




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish