InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following class can not be instantiated?(a) inherited class(b) abstract class(c) constant class(d) every classThe question was posed to me in an interview for internship.My question comes from Object Advanced Features topic in portion Objects and Databases in PHP of PHP |
|
Answer» Correct choice is (B) abstract class |
|