[Issue 7726] 'virtual' keyword please

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 19 06:25:09 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7726



--- Comment #4 from Manu <turkeyman at gmail.com> 2012-03-19 06:25:25 PDT ---
No actually, I want a 'virtual' keyword to write in front of virtual methods.
Not 'virtual:', I don't believe that would be very useful.

What I want is the ability to work exactly the same way C++,C# is, and how
every programmer that exists expects:

class MyClass
{
final:
this()
  void method();

  @property void thing(int t) {}
  @property int thing() {}


}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list