Vidyalelo
PHP · Q2

Object Oriented Concept

Programming · PHP · question 2

Q2

Fill in the blank with the best option. An Object is a/an ________ of a class.

A.
type
B.
prototype
C.
instance
Answer
D.
object

Answer: Option C

Solution

Answer: Option C
Solution:
An object is said to be an instance of its class. It is of the type defined by the class.