Explain the process of inheriting a class into another class?
Colon is used as an inheritance operator in C#. Place the colon and the class name.
public class Derivedclass: childclass
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Colon is used as an inheritance operator in C#. Place the colon and the class name.
need an explanation for this answer? contact us directly to get an explanation for this answer