Workshop in English - US at PHPBenelux Conference 2018
Track Name:
Uncon (Van Gogh)
View Slides: https://www.slideshare.net/AlenaHolligan/demystifying-objectoriented-programming-phpbnl18
Checkout the code: https://github.com/sketchings/oop-basics
Short URL: https://joind.in/talk/1b272
(QR-Code (opens in new window))
Abstraction, Encapsulation, Polymorphism, and Interfaces: whether you’ve been programming in PHP for years or are just starting your journey, these terms can be overwhelming. Not only that, people that already understand it act like it’s so easy and they talk right over the simple questions and never explain the basic concepts in a way that actually makes sense.
Real life examples of Object-Oriented terminology in a way that makes sense and allows you to utilizing OOP immediately.
Comments
Comments are closed.
Pretty basic level tutorial, great for beginners! Even though I am not a beginner I still learned some things and I wish I had this tutorial 10 years ago. One improvement would be to give examples and types of for example Polymorphism since there are different types and would be nice to show to people that there are other ways as well.