Posts

Showing posts from August, 2010

Arvin.cpp

/* * Declares and defines Arvin / Avi as of Aug 8 2010. DOB: 08/04/2010. * Sorry for the delay. * You can visit him at 6344 NE Meadowgate CT, Hillsboro Or 97124. GauraVinita would love it. * * Some rights reserved J */ using system; #include namespace Nolkha { class Arvin : public GauraVinita { string name; string nickname; date dob; inches dob_height; pound dob_weight; public: Arvin() : nickname(“Avi”), name(“Arvin”), dob(“08/04/2010”), dob_height(19), dob_weight(6.75) { cout << "Hello World" <<> } void sleep() { cout << "Nice power management feature :)" <<> } void wakeup() { cout << "Lets check it out (and also wake 'em up) :)" <<> } void cry() {