Posts Tagged ‘c sharp’

Some C# Interview Questions

Some C# Interview Questions

I just had some interview questions from some source which I don’t remember exactly. I would like to share this with you all. Without wasting any time, here goes the questions: General Questions 1. Does C# support multiple-inheritance? No. 2. Who is a protected class-level variable available to? It is available to any sub-class (a class inheriting this class). 3. Are private class-level variables inherited? Yes, but they are not ...