C# (Sharp) Programming Language Question:

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++.


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#?