Skip to content

Structs (Anatomia) #113

Sep 6, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Bom dia @cmsoouza , como vai?

O JS trabalha um pouco diferente do C#, mas aqui também chamamos de construtor o método principal que não tem retorno e sempre é executado quando o objeto é construído.

public class Teste
{
    public Teste() {} // Construtor
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cmsouzac
Comment options

@andrebaltieri
Comment options

Answer selected by andrebaltieri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants