Which of the following features does an abstract class have in C#?
1. An abstract class may contain abstract methods and accessors.
2. An abstract class cannot be instantiated.
3. A non-abstract class cannot be derived from an abstract class
Options
- 1, 2
- 2, 3
- 1, 3
- 1, 2 and 3