Select the correct statement about interfaces and abstract classes among those shown below.
Select the correct statement about interfaces and abstract classes among those shown below.
options:
| It is possible to create an instance of an abstract class |
| An abstract class can have ordinary methods but an interface cannot |
| An abstract class cannot have any constructors |
| No class can implement more than one interface |