Which of the following is true A class declared as abstract
Which of the following is true?
A class declared as abstract
| cannot be instantiated. |
Solution
Answer: cannot be instantiated.
A class declared as abstract that class can not be instantiated.
Abstract class can not be instantiated.
