"if" statements are... - ANS-for authentic/false decision making
arrays - ANS-are blocks of contiguous reminiscence which all incorporate the same type of
records and which we get entry to through subscript or numeric index (0-based) - arrays of
intrinsic facts sorts are not initialized therefore we must write the code to initialize them when
we use them - arrays of gadgets have each object inside the array to begin with set to NULL
attributes are like... - ANS-adjectives
classes and items have attributes that... - ANS-describe them and capabilities which might
be moves they perform (or have executed on them)
training are... - ANS-definitions of a collection of like things referred to as gadgets (summary
constructs)
classes/gadgets are like... - ANS-nouns
counter-managed loops - ANS-run for a selected quantity of iterations (do that 10 instances,
and so forth.)
encapsulation - ANS-is the time period applied to the concept that a category must be
absolutely self-contained (encapsulated inside itself) - it must have all the variables and
capabilities it wishes for itself
enumerations - ANS-are pc defined constants that permit us to write down applications the
usage of text names (Card.Suit.HEARTS or Card.Rank.ACE as an instance) and not
honestly care about the underlying numerical cost
functions are like... - ANS-verbs
in a category the constructor is the best characteristic which has... - ANS-no return type and
is named EXACTLY just like the magnificence - the constructor allows us to greater without
difficulty create new gadgets by passing default parameters to our newly created objects -
Point2D spawn( forty five, sixty five ); as an example
within the HighScore magnificence we made it in order that each HighScore ought to... -
ANS-evaluate itself to any other HighScore and go back an integer cost which indicated less
than (bad), identical to (zero), or greater than (high quality)
intrinsic information types - ANS-are those companies of bits which the CPU can recognize
and work with - int, char, double, bool