Skip to content

Instantly share code, notes, and snippets.

View paulostradioti's full-sized avatar

Paulo Ricardo Stradioti paulostradioti

View GitHub Profile
@paulostradioti
paulostradioti / Dragon.cs
Last active June 28, 2018 02:42
Exemplo de como um construtor é definido
public class Dragon
{
int age;
public Dragon(int dragonAge)
{
age = dragonAge;
}
public bool Dracarys()
@paulostradioti
paulostradioti / Dragon.cs
Created June 28, 2018 02:53
Exemplo de classe com construtor padrão
public class Dragon
{
public bool Dracarys()
{
// Burn all the enemies
return true; //return true because they are all dead
}
}

Keybase proof

I hereby claim:

  • I am paulostradioti on github.
  • I am paulostradioti (https://keybase.io/paulostradioti) on keybase.
  • I have a public key ASB85_d38mJFnlyXp46b5Y-nooLOCtQXKFEaGjrWhojdcgo

To claim this, I am signing this object: