Computer Science, asked by ShriTech1404, 10 months ago

Explain Class and Object in java

Answers

Answered by Anonymous
1

Hii Buddy

Here Is Your Answer

Java is an object-oriented programming language.

Everything in Java is associated with classes and objects, along with its attributes and methods. For example: in real life, a car is an object. The car has attributes, such as weight and color, and methods, such as drive and brake.

A Class is like an object constructor, or a "blueprint" for creating objects.

THANK YOU

Answered by shobhitballia15
4

Answer:

Explanation:class:it is blueprint or prototype of an object which defines variable method common to all object of certain kind

Object:It is defined as set of related variables and methods.

Similar questions
Math, 10 months ago