Interview Questions

How do you inherit from a class in C#?

C# Interview Questions and Answers


(Continued from previous question...)

93. How do you inherit from a class in C#?

Place a colon and then the name of the base class. Notice that it is double colon in C++.

(Continued on next question...)

Other Interview Questions