/* */ Click to Join Live Class with Shankar sir Call 9798158723

What is OOPS Concepts In C++ ?


The main purpose of C++ programming is to add object orientation to the C programming language. Object-Oriented Programming is a methodology or paradigm to design a program using classes and objects.

Before Object Oriented Programming (commonly referred as OOP), programs were written in procedural language.the OOP is all about creating objects that can interact with each other, this makes it easier to develop programs in OOP as we can understand the relationship between them.OOP is a way to structure a program using reusable pieces of code (called classes) which can be used to create individual instances of objects.

Some basic concepts of OOPs.

  • Classes & Objects
  • Encapsulation
  • Polymorphism
  • Inheritance
  • Polymorphism