logo

Crowdly

Imamo razred Avtomobil (zapisan spodaj). Kako bi ustvarili nov primerek razreda ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Imamo razred Avtomobil (zapisan spodaj). Kako bi ustvarili nov primerek razreda avtomobil. Označite vse pravilne primere.

public class Avtomobil

{

public string Znamka { get; set; }

public string Model { get; set; }

public int LetoIzdelave { get; set; }

public Avtomobil(string znamka, string model, int letoIzdelave)

{

Znamka = znamka;

Model = model;

LetoIzdelave = letoIzdelave;

}

}

0%
100%
0%
100%
More questions like this

Want instant access to all verified answers on estudij.um.si?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!