mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
Merge pull request #3243 from arfurlaneto/patch-9
[csharp/pt-br] Missing translation
This commit is contained in:
commit
0e83b10203
@ -834,7 +834,7 @@ on a new line! ""Wow!"", the masses cried";
|
||||
bool Broken { get; } // interfaces can contain properties as well as methods & events
|
||||
}
|
||||
|
||||
// Class can inherit only one other class, but can implement any amount of interfaces
|
||||
// Classes podem herdar apenas de uma outra classe, mas podem implementar qualquer quantidade de interfaces.
|
||||
class MountainBike : Bicycle, IJumpable, IBreakable
|
||||
{
|
||||
int damage = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user