VB .Net Question:

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


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?