- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Abstract superclass and constructor parameters.
Wed, 2011-09-21, 09:33
Dear All,
I have a question about visibility of properties in scala.
If I understood right, a constructor with a val parameter produces a final public property. I have a case where I created a superclass of an abstract class, and while in the superclass I can access that property, I can't access it in other code using an object of superclass type.
Can you please help me?
Thank you very much
Edmondo
I have a question about visibility of properties in scala.
If I understood right, a constructor with a val parameter produces a final public property. I have a case where I created a superclass of an abstract class, and while in the superclass I can access that property, I can't access it in other code using an object of superclass type.
Can you please help me?
Thank you very much
Edmondo
These things are so much easier to help with when there's a code sample...
On Wed, Sep 21, 2011 at 9:32 AM, Edmondo Porcu wrote:
> Dear All,
> I have a question about visibility of properties in scala.
>
> If I understood right, a constructor with a val parameter produces a final
> public property. I have a case where I created a superclass of an abstract
> class, and while in the superclass I can access that property, I can't
> access it in other code using an object of superclass type.
>
> Can you please help me?
>
> Thank you very much
>
> Edmondo
>