Computer Science, asked by ahalayapradhan, 5 months ago

What is the general syntax of the class definition​

Answers

Answered by manojkrsingh1171
0

Explanation:

In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods).

Similar questions