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.

Medium

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: MaximeStatus: PublishedQuestion passed 753 times
Edit
-1
Community EvaluationsNo one has reviewed this question yet, be the first!