Which programming language element is a code template that includes initial variables and functions for creating an object?
- Class
- Function
- Array
- Procedure
Explanation & Hint:
A class is a code template that can create different objects. It provides initial values for member variables and functions or methods. |