Computer Science, asked by KurimillaHarini, 1 year ago

What are the attributes of a class in java?
I will mark as brainliest..
No spamming...

Answers

Answered by ams68
4

a class in java is simply a template for creating object with simillar attributes and behavior. a java class can be thought of a template that define attribute and behavior that object constructed from it can exibit.

Similar questions