Quiz Question 1 of 5
Which of the following best describes an "object" in object oriented PHP?
Choose the correct answer below:
-
A
The attributes of an object, such as walls, roof, windows and doors.
-
B
A style of coding that allows developers to group similar tasks into containers.
-
C
A particular instance of a class which contains its own unique data.
-
D
A blueprint that contains all the functions and variables that define an object.
-
E
The actions an object will perform.