Computer Science, asked by kongumahesh4748, 8 months ago

what is a class ?How do you create an object ?give example​

Answers

Answered by brainlymaster66
2

Answer:

class

the most ugly word

you can create objects with your hands

like making a paper aeroplane

Answered by Mikhil2006
2
A class is a blueprint from which individual objects are created. Following is a sample of a class.

Classes in Java
Local variables − Variables defined inside methods, constructors or blocks are called local variables. ...
Instance variables − Instance variables are variables within a class but outside any method.
Similar questions