surfmuggle / Cubert

To become a jedi one must start as a novice
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

4.1 - Introduction to OOP #38

Open surfmuggle opened 3 years ago

surfmuggle commented 3 years ago

You're familiar with the concepts of class, object, constructor, object methods, and object variables. You understand that a class defines an object's methods and that the values of instance (object) variables are object-specific. You know how to create classes and objects, and know how to use objects in your programs.