Specifically I was thinking about equivalent functionality to 6.3 here:
Specifically I was thinking about equivalent functionality to 6.3 here: http://www.siafoo.net/article/52
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Scala is a static language and thus all code should exists at compile time. However, you can simulate the python feature using the Pimp-My-Library approach to add methods to existing class, without modifying the class itself. However, you cannot change an existing method. Example: