java part -2
Class and Objects
Class is a blueprint.
An object is a real entity.
NOTE : Don't confuse with these names they all same meaning
States = attributes = properties
Behavior = functions/methods
package practiceJava;
//Car class definition
class C...
notes123.hashnode.dev7 min read