Introduction : Object Oriented Programming Concept
Transcription/प्रतिलिपि Hello and welcome, today we are going to study about object oriented programming or popularly known as oops. Object Oriented Programming is a concept of writing a code that has certain elements and have defined behavior. Though, not all programming language supports Object Oriented concept. but it is now one of the most used concept in programming world. Object Oriented Programming can be understood as Programming language which implements Object Oriented concept. Object Oriented Programming consists of following main elements.They are. Object, Class, Inheritance, Polymorphism, Abstraction, and Encapsulation Lets take a look in each one of them in detail. An Object. In dictionary terms object means a material thing that can be seen and touched like a real word entity such as pen, chair, table, car etc. In Object-Oriented concept, Object is Any entity whether physical and logical, that has state or properties for ex...