Computer Science, asked by rakku2020, 8 months ago

The Fundamental building block of a small basic program.​

Answers

Answered by smeghna650
4

Answer:

Cell................. Hope it helps

Answered by qwvilla
0

A class is the fundamental building block of a small basic program.

  • a class is basically a template definition of the methods and variables in a particular kind of object
  • Classes act as templates which are used to construct instances.
  • Classes allow programmers to specify the structure of an object , that is its instance variables and also the function of an object ,that are its methods separately from the object itself.

#SPJ3

Similar questions