Vidyalelo
PHP · Q76

Object Oriented Concept

Programming · PHP · question 76

Q76

A package is a set of related _________

A.
Objects
B.
Classes
Answer
C.
Programs
D.
Functions

Answer: Option B

Solution

Answer: Option B
Solution:
A package is a set of related classes, usually grouped together in some way. Packages can be used to separate parts of a system from one another.