Thursday, December 4, 2014

cs oct 9

Oct 9, 2014

Detailed study of ch 9

skim chp 10 and 11
12-16 GUI -- application of the techniques of ch 9

ch 17 very important

18-21 as we need  generic programming..

nouns --> objects
verbs -> members

one of most important applications is  simulations

data members -- values are the state of the object (private :).

difference between class and an object :  class is a type , user-defined type, an object is instance of the class in memory.

member functions : - to manipulate /manage the state. (public : to ensure object has correct values, maintain invariant)

class data protect the integrity of the object

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home