What is Object Oriented Programming
Object oriented programming is a programming paradigm that works around objects. it is a way or class of programming that uses objects and classes to create real-world applications. OOPs is not a programming language. it is a way to give shape to real-world objects in a programming language. For example let’s say a car has different…