VB .Net Question:
Download Questions PDF

How do you inherit from a class in C#?

VB .Net Interview Question
VB .Net Interview Question

Answer:

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

Download VB .Net Interview Questions And Answers PDF

Previous QuestionNext Question
Whats the implicit name of the parameter that gets passed into the class set method?So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?