↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: inheritance

Home › Posts tagged inheritance
Object Oriented Programming with Python – YouTube video
Python

Object Oriented Programming with Python – YouTube video

Vitosh Jun 15, 2024 Tagged with ABC, classes, inheritance, manning, math, object oriented programming, oop, orland, Python

Object oriented programming (OOP) in general is a huge topic, but I have decided to make a 30 minute video, based on the book Math for Programmers, as I liked the way it was explained there: Generally, in the video, …

Object Oriented Programming with Python – YouTube video Read more →

Python OOP – Classes, Methods, Attribures, Composition, Inheritance
Python

Python OOP – Classes, Methods, Attribures, Composition, Inheritance

Vitosh Nov 25, 2023 Tagged with Attributes, classes, composition, debugging, inheritance, Methods, oop, Python

Have you ever dreamt about coding classes like a pro? No? You had “normal” dreams? Anyway, in the video below, I am solving 3 exercises with a lot of debugging and some basic tests. Exercises are from the book Python …

Python OOP – Classes, Methods, Attribures, Composition, Inheritance Read more →

Python – Abstraction and Inheritance – Video
Python

Python – Abstraction and Inheritance – Video

Vitosh Apr 6, 2020 Tagged with abstraction, inheritance, Python

Abstract classes in Python are classes that inherit from the ABC (Abstract base class). In the video below, I have solved a problem, showing how 2 classes inherit from an abstract class and implement its methods. The abstract class is …

Python – Abstraction and Inheritance – Video Read more →

PHP – Inheritance and Overload in a Class
Else - Just Tricks, PHP

PHP – Inheritance and Overload in a Class

Vitosh Sep 3, 2015 Tagged with inheritance, overload, PHP

Have you ever dreamt to understand the inheritance and the overload from once 5 minute example? No such dreams? Anyway, in case you ever tend to think about it, here is the example with PHP. Let’s imagine that we have …

PHP – Inheritance and Overload in a Class Read more →

Copyright © 2026 VitoshAcademy