What is Class?
Class is a template or blue print.it's group of activity or container.
**
What is an Object?**
Object is a combination of state and behaviour.
What is an OOP?
OOP stands for Object-Oriented Programming Language.
Procedural programming is about writing procedures or methods that perform operations on the data, while object-oriented programming is about creating objects that contain both data and methods.
Top comments (0)