C# Questions
Sometimes employers are hiring for a specific position where a specific
language is used. In these cases, the employer might prefer to hire
someone who is already well-versed with that language. Here are some
questions specific to C# (though most of them are relevant to any
object-oriented language.)
- What is abstraction?
- What is encapsulation?
- What is polymorphism?
- What is reflection?
- What is the difference between an interface and an abstract class?
- What is the purpose of a delegate?
- What is data binding?
- What is a DataSet?
- What is a DataReader?
- Can a class be derived from more than one class?
- Can a class implement more than one interface?