Question from the C# - Fundamentals test

Write the constructors of a public class Platane that includes a protected int nb_branche field and inherits from a public Arbre class including the protected string type_arbre field.

Waiting for validation
Original question

A public class Platane includes a protected int nb_branche field and inherits from a public Arbre class including the protected string type_arbre field. The examples of constructors of this class Platane are:

New question

A public class Platane includes a protected int nb_branche field and inherits from a public Arbre class including the protected string type_arbre field. The examples of constructors of this class Platane are:

Author: AuroreStatus: Waiting for validation(Update)Question not yet passed
0
Community EvaluationsNo one has reviewed this question yet, be the first!