closes #908
This commit is contained in:
parent
2b985eecdd
commit
0a95d04b17
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ user.sayHi(); // Hello!
|
||||||
```smart header="Object-oriented programming"
|
```smart header="Object-oriented programming"
|
||||||
When we write our code using objects to represent entities, that's called an [object-oriented programming](https://en.wikipedia.org/wiki/Object-oriented_programming), in short: "OOP".
|
When we write our code using objects to represent entities, that's called an [object-oriented programming](https://en.wikipedia.org/wiki/Object-oriented_programming), in short: "OOP".
|
||||||
|
|
||||||
OOP is a big thing, an interesting science of its own. How to choose the right entities? How to organize the interaction between them? That's architecture, and there are great books on that topic, like "Design Patterns: Elements of Reusable Object-Oriented Software" by E.Gamma, R.Helm, R.Johnson, J.Vissides or "Object-Oriented Analysis and Design with Applications" by G.Booch, and more. We'll scratch the surface of that topic later in the chapter <info:object-oriented-programming>.
|
OOP is a big thing, an interesting science of its own. How to choose the right entities? How to organize the interaction between them? That's architecture, and there are great books on that topic, like "Design Patterns: Elements of Reusable Object-Oriented Software" by E.Gamma, R.Helm, R.Johnson, J.Vissides or "Object-Oriented Analysis and Design with Applications" by G.Booch, and more.
|
||||||
```
|
```
|
||||||
### Method shorthand
|
### Method shorthand
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue