The Fundamental building block of a small basic program.
Answers
Answered by
4
Answer:
Cell................. Hope it helps
Answered by
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