[
next
] [
prev
] [
contents
] [
up to Appendix A -- What is Object Oriented?
]
Invitation To Ruby
Object Oriented Summary
Object orientation provides a radical way to decouple software components from each other.
Ruby fully supports OO
Ruby doesn't force OO on you
You can write procedural code without problems.
Just write top level methods and pretend that they are functions.
[
next
] [
prev
] [
contents
] [
up to Appendix A -- What is Object Oriented?
]
Copyright 2002 by Jim Weirich.
All rights reserved.