C# (Sharp) Programming Language Question:

How do you inherit from a class in C#?

Answer:

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

Read All 163 C# (Sharp) Programming Language Questions
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#?