logo       

[jira] Created: (BOO-486) Shadow/Hide methods: msg#00056

lang.boo.devel

Subject: [jira] Created: (BOO-486) Shadow/Hide methods

Shadow/Hide methods
-------------------

Key: BOO-486
URL: http://jira.codehaus.org/browse/BOO-486
Project: Boo
Type: New Feature
Versions: 0.6
Reporter: Daniel Grunwald
Priority: Minor


Boo should be able to shadow/hide methods.
C# example:
class BaseClass { public BaseClass Clone() { return new BaseClass(...); } }
class SomeClass : BaseClass { public new SomeClass Clone() { return new
SomeClass(...); } }

It should use a keyword (like "shadow" or "new").
This is important for compiling with the C#/VB parser because many C#
applications use this feature.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise