August 29, 2023 August 29, 2023How to create abstract class in python3In the example below; “Polygon” class is the base class which has the abstract method. “Triangle” is the derived class which overrides the abstract method. All […]
June 13, 2023 June 13, 2023Tower of HanoiThe Tower of Hanoi is a classic problem in computer science that involves moving a stack of disks of different sizes from one peg to another […]