in reply to Re^2: Using perlclass 'methods'
in thread Using perlclass 'methods'

C++ and Java do that, but Python does not. Python was the main inspiration for Perl's OOP, and it also requires methods to be invoked via self, even within the class.

Replies are listed 'Best First'.
Re^4: Using perlclass 'methods'
by parv (Parson) on Jul 18, 2024 at 11:00 UTC