- Are private class-level variables inherited?
- Can multiple catch blocks be executed for a single try statement?
- Can you allow a class to be inherited, but prevent the method from being over-ridden?
- Can you declare an override method to be static if the original method is not static?
- Can you inherit multiple interfaces?
- Can you prevent your class from being inherited by another class?
- Can you store multiple data types in System.Array?
- Describe the accessibility modifier “protected internal”.
- Does C# support multiple-inheritance?
- How can you sort the elements of the array in descending order?
- How is method overriding different from method overloading?
- What are the different ways a method can be overloaded?
- What class is underneath the SortedList class?
- What does the keyword “virtual” declare for a method or property?
- What does the term immutable mean?
- What happens if you inherit multiple interfaces and they have conflicting method names?
- What is an interface class?
- What is the difference between a Struct and a Class?
- What is the syntax to inherit from a class in C#?
- What’s an abstract class?
- What’s the .NET collection class that allows an element to be accessed using a unique key?
- What’s the advantage of using System.Text.StringBuilder over System.String?
- What’s the C# syntax to catch any possible exception?
- What’s the difference between an interface and abstract class?
- What’s the difference between System.String and System.Text.StringBuilder classes?
- What’s the implicit name of the parameter that gets passed into the set method/property of a class?
- What’s the top .NET class that everything is derived from?
- When do you absolutely have to declare a class as abstract?
- Why can’t you specify the accessibility modifier for methods inside the interface?
- Will the finally block get executed if an exception has not occurred?
0 comments:
Post a Comment