Posts

Showing posts from October, 2023

Introduction on OOPs

Image
  OOPs  is nothing, it is just a programming approach in which certain concept are given to make a program. If any language follows these concepts, then we said that language is Object Oriented Programming language. It has rules of making any programs in programming language. Each programming language has its own definition for OOPs. A language in which everything is represent in the form of object is known as pure Object Oriented Programming language. There are three main concepts: - Polymorphism Inheritance Encapsulation OOPs has Classes, Object, Data Abstraction, Dynamic Binding and others. We can learn all these concepts in this blog.