Skip to content

Python-InstructorMelissa/week2session2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

week2session2

4 pillars:

Encapsulation

  • Restrict access to methods and attributes preventing accidental modification of data.

Abstraction

  • An extension of Encapsulation - it is added to our classes so they only expose what it needs to the public

Polymorphism

  • Something appears in different forms.

Inheritance

  • Classes interacting with each other and some being subclasses of another taking on some similar attributes

Links:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •