C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

How do you inherit from a class in C#?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the three services model (three-tier application). Presentation (UI), business (logic and underlying code) and data (from storage or other sources).How do I port "synchronized" functions from Visual J++ to C#?