Don Clugston wrote: > Me too. Note that since you can use 'override { }' or 'override:', it's > less onerous than putting 'virtual' in front of every function in C++. How does "override:" work with other properties used as labels? Is it disabled when public/protected/private is next used in the same way? Sean