Skip to content

traebracy/oop-single-inheritance-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Single Inheritance w/ Python

This is a Python project focused on single inheritance in object-oriented programming.

The project shows how one class can inherit attributes and behavior from another class. I built this to better understand how inheritance helps reduce repeated code and makes programs easier to organize.

Concepts Practiced

  • Python
  • Object-oriented programming
  • Single inheritance
  • Parent and child classes
  • Code reuse

What I Learned

This project helped me understand how inheritance allows classes to build on each other instead of rewriting the same logic multiple times.

About

Python object-oriented programming project demonstrating single inheritance and class relationships.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages