Computer Science, asked by dharmendramistry63, 1 month ago

A ________ is a collection of similar objects (a) method (b) program (c) class​

Answers

Answered by 261846
4

Answer:

Class

Explanation:

Because class has a lot of "collections of similar objects."

Answered by remyanairlm
1

Answer:

The correct option is (c) class.

Explanation:

In programming, a class is a collection of similar objects.

It comprises of data members and methods that access these data members. Classes help capture the essence of Object Oriented Programming (OOPS).

A method is a function that performs a specialized task.

A program is a sequence of instructions that aim to solve a problem.

The correct answer here is (c) class is a collection of similar objects in programming.

Similar questions