HTML Diff
3 added 1 removed
Original 2026-01-01
Modified 2026-02-21
1 - <p>pages.courses.lessons.theory_unit.sign_up_block_title</p>
1 + <p>Full access to materials</p>
 
2 + <p>Sign up and get access to this and dozens of other courses</p>
 
3 + <p><a>Sign up</a></p>
2 <p>While the previous course was about how to describe abstractions using classes, this one focuses on using objects based on examples from real libraries. Building call chains, working with data structures, and handling dates and strings in an object-oriented style are just some of the things we'll encounter in this course.</p>
4 <p>While the previous course was about how to describe abstractions using classes, this one focuses on using objects based on examples from real libraries. Building call chains, working with data structures, and handling dates and strings in an object-oriented style are just some of the things we'll encounter in this course.</p>
3 <p>This course won't teach any new syntax, we've seen plenty of it already. OOP is a complex subject, and it's important to introduce new concepts fairly carefully, waiting until after we've gained some experience with basic concepts. A separate topic that will run like a thread through the rest of the course is design patterns or patterns - approaches for solving typical problems.</p>
5 <p>This course won't teach any new syntax, we've seen plenty of it already. OOP is a complex subject, and it's important to introduce new concepts fairly carefully, waiting until after we've gained some experience with basic concepts. A separate topic that will run like a thread through the rest of the course is design patterns or patterns - approaches for solving typical problems.</p>
4 <ul><li>Fluent Interface.</li>
6 <ul><li>Fluent Interface.</li>
5 <li>Message passing.</li>
7 <li>Message passing.</li>
6 <li>Proxy objects.</li>
8 <li>Proxy objects.</li>
7 <li>Data structures (OOP versions).</li>
9 <li>Data structures (OOP versions).</li>
8 <li>Working with dates.</li>
10 <li>Working with dates.</li>
9 <li>Class configurators.</li>
11 <li>Class configurators.</li>
10 </ul><h2>Recommended programs</h2>
12 </ul><h2>Recommended programs</h2>