Example (Cont’d)
Human descartes = new Human();
descartes.setName(“Rene”);
descartes.doYourThing();
// output:
// “My name is Rene”
// “I am a sentient being”
// “I think therefore I am”
Previous slide
Next slide
Back to first slide
View graphic version