In this chapter, we will start generating blueprints to create objects in each of the three programming languages: Python, JavaScript, and C#. We will:
Understand the differences between classes, prototypes, and instances in object-oriented programming
Learn an object's lifecycle and how object constructors and destructors work
Declare classes in Python and C# and use workarounds to have a similar feature in JavaScript
Customize the process that takes place when you create instances in Python, C#, and JavaScript
Customize the process that takes place when you destroy instances in Python, C#, and JavaScript
Create different types of objects in Python, C#, and JavaScript
Understanding classes and instances
In the previous ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.