Class is the blueprint to create Object Class is learning the basics of OOP that everyone must know.
for example
Object of Class Car is My car .
Class structure
prefix eg.(public,protected) class ClassName {
}
public class MyClass{
//implement some things
}