Team LiB
Previous Section Next Section

Index

B

BackColorChanged event
Button class, 723
Base Class Library
Console class, 507
base classes, 174
extending, 181
reusing behaviors of, 520
base keyword, 223, 554, 793
constructors, reusing, 524
reusing base class behaviors, 520
reusing methods, 521
base() syntax
implied invocations, 524
behavior affecting state, 384
behavioral relationships, 159
bi-directional associations, 567
binary associations, 161
graphical representation of, 347
birds, example of rules for defining, 59
block comments (*/), 9
Blue Skies airline reservation system
background, 781
simplifying assumptions, 782
Booch, Grady, 297
bool keyword, 793
bool type, 12
boundary classes, 397, 748
break keyword, 793
break statements, 29, 36
BufferedReader object, 615
Button class
building GUIs, 685
events
BackColorChanged event, 723
Click event, 723, 746
declared as public members, 723
MouseDown event, 723
MouseUp event, 723
SizeChanged event, 723
GUI classes, 708
Properties
Enabled property, 709
Height property, 708
Left property, 708
Text property, 708
Top property, 708-709
Width property, 708
ButtonClicked method
PushMe class, 728
byte keyword, 793
byte type, 12

Team LiB
Previous Section Next Section