


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Please download n help! , easy to read
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!
Why is python called a multi paradigm programming language? ➔ It supports object oriented , procedure oriented , functional programing and imperative programming to write the code hence it is called as multi paradigm programming language
e. Inheritance ➔ The ability of a new class to inherit properties and behavior from an existing class f. Polymorphism ➔ It is the ability to exist in more than 1 form Class variables or class attributes ➔ They are defined outside any methods and are shared among all instance of a class ➔ The instance variables are declared inside a method using a self keyword Methods ➔ These are defined inside a class and are used to perform actions on the class data ➔ Different types of methods are