Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Microsoft .Net Technologies
C# (Sharp) Programming Language
C# (Sharp) Programming Language Question:
How do you inherit from a class in C#?
Tweet
Share
WhatsApp
Download PDF
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 PDF
Read All 163 C# (Sharp) Programming Language Questions
Previous Question
Next 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#?