Opening: 08:30AM - 04:00PM

Oop Using Python

10 h Labs - 10 h Lectures 20 total hours

Oop Using Python

In Python, object-oriented Programming (OOPs) is a programming paradigm that uses objects and classes in programming. It aims to implement real-world entities like inheritance, polymorphisms, encapsulation, etc. in the programming.

  • What you'll learn
  • History of programming: Linear, Structured, and Object-Oriented
  • Object-Oriented Terminologies and Concepts
  • Starting in Object-Oriented
  • Encapsulations and Members’ Modifiers
  • Polymorphism (function overloading)
  • Objects Creation & Deletion
  • Static and Instance Members
  • Operator overloading
  • Embedded objects
  • Inheritance
  • Overriding