InterviewSolution
Saved Bookmarks
| 1. |
The practice of creating objects based on predefined classes is often referred to as ______________(a) class creation(b) object creation(c) object instantiation(d) class instantiationThis question was addressed to me in an online quiz.I want to ask this question from Basics of Object-Oriented PHP- 1 topic in chapter Object-Oriented PHP of PHP |
|
Answer» Correct ANSWER is (d) class INSTANTIATION |
|