Q:

Explain the process of inheriting a class into another class?

0

Explain the process of inheriting a class into another class?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Colon is used as an inheritance operator in C#. Place the colon and the class name.

public class Derivedclass: childclass

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the difference between an interface and ab... >>
<< What is the advantage of interface class?...