摘要:
bash: g++ a.cpp b.cpp --save-temps -WallDefinition of a classIn C++,separated .h and .cpp files are used to define one class.Class declaration and pr... 阅读全文
摘要:
Object Oriented ProgrammingObjects send and receive messages(objects do things!)Objects send messagesMessages are-Composed by the sender-Interpreted b... 阅读全文
摘要:
What is an object?object=entityobjects=attributes+servicesData: the properties or status < Operations: the functionsMappingFrom the problem space to t... 阅读全文