SlideShare a Scribd company logo
2
Most read
4
Most read
www.edureka.co/devopsEDUREKA DEVOPS CERTIFICATION TRAINING
Python Classes
www.edureka.co/devopsEDUREKA DEVOPS CERTIFICATION TRAINING
Agenda
Classes and Objects
1
Classes in Python
2
Inheritance
3
Abstract Class
4
www.edureka.co/devopsEDUREKA DEVOPS CERTIFICATION TRAINING
Classes and Objects
Objects
Employee
Name
Age
Salary
Class
Sarah
37
10000
Neel
43
21000
Jessica
26
24000
Object1
Object2
Object3
www.edureka.co/devopsEDUREKA DEVOPS CERTIFICATION TRAINING
Classes in Python
Syntax:
❑ A class is the blueprint from which specific objects are created.
Class
Data MemberClass Variable
A variable that is
shared by all
instances of a class.
A class variable or
instance variable that
holds data associated
with a class and its
objects.
Instance
Variable
instance variable
unique to each
instance
www.edureka.co/devopsEDUREKA DEVOPS CERTIFICATION TRAINING
Class Inheritance
❑ A class can inherit attributes and behavior methods from another class, called the superclass.
❑ A class which inherits from a superclass is called a subclass, also called heir class or child class.
Vehicle
Trucks Bikescars
Medium
Heavy
PedalVans
MotorSportsConvertible
Pick-up
Superclass
Baseclass Baseclass Baseclass
Derivedclass Derivedclass
www.edureka.co/devopsEDUREKA DEVOPS CERTIFICATION TRAINING
Abstract Class
❑ Abstract Class cannot be instantiated.
❑ It can only be inherited.
Abstract
Class
Object of
Abstract
Class
Inherit
Abstract
Class
Object of
Class1
Class1
www.edureka.co/devopsEDUREKA DEVOPS CERTIFICATION TRAINING
Session In A Minute
Classes and Objects
Inheritance
Classes in Python
Abstract Class
www.edureka.co/devopsEDUREKA DEVOPS CERTIFICATION TRAINING
Thank You

More Related Content

What's hot (20)

PPTX
Introduction to the basics of Python programming (part 1)
Pedro Rodrigues
 
PDF
Variables & Data Types In Python | Edureka
Edureka!
 
PDF
Python Programming Tutorial | Edureka
Edureka!
 
PDF
Zero to Hero - Introduction to Python3
Chariza Pladin
 
PDF
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Edureka!
 
PDF
What is Python? | Edureka
Edureka!
 
PDF
Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...
Edureka!
 
PPTX
Python
Aashish Jain
 
PPTX
Beginning Python Programming
St. Petersburg College
 
PPTX
Introduction to python
Ayshwarya Baburam
 
PDF
Python programming : Classes objects
Emertxe Information Technologies Pvt Ltd
 
PPTX
Python ppt
Anush verma
 
PDF
Python libraries
Prof. Dr. K. Adisesha
 
PPTX
Basics of Object Oriented Programming in Python
Sujith Kumar
 
PPTX
OOP concepts -in-Python programming language
SmritiSharma901052
 
PPT
Introduction to Python
amiable_indian
 
PPT
Introduction to Python
Nowell Strite
 
PDF
Python Collections Tutorial | Edureka
Edureka!
 
Introduction to the basics of Python programming (part 1)
Pedro Rodrigues
 
Variables & Data Types In Python | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Edureka!
 
Zero to Hero - Introduction to Python3
Chariza Pladin
 
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Edureka!
 
What is Python? | Edureka
Edureka!
 
Python Tutorial For Beginners | Python Crash Course - Python Programming Lang...
Edureka!
 
Python
Aashish Jain
 
Beginning Python Programming
St. Petersburg College
 
Introduction to python
Ayshwarya Baburam
 
Python programming : Classes objects
Emertxe Information Technologies Pvt Ltd
 
Python ppt
Anush verma
 
Python libraries
Prof. Dr. K. Adisesha
 
Basics of Object Oriented Programming in Python
Sujith Kumar
 
OOP concepts -in-Python programming language
SmritiSharma901052
 
Introduction to Python
amiable_indian
 
Introduction to Python
Nowell Strite
 
Python Collections Tutorial | Edureka
Edureka!
 

Similar to Python Class | Python Programming | Python Tutorial | Edureka (20)

PPTX
Java Inheritance - sub class constructors - Method overriding
NithyaN19
 
PDF
Python - object oriented
Learnbay Datascience
 
PDF
Class in Java, Declaring a Class, Declaring a Member in a Class.pdf
nandiaditi2010
 
PDF
Java - Inheritance Concepts
Victer Paul
 
PPTX
Inheritance
Siddhesh Palkar
 
PPTX
Inheritance in Java is a mechanism in which one object acquires all the prope...
Kavitha S
 
PPTX
java part 1 computer science.pptx
MUHAMMED MASHAHIL PUKKUNNUMMAL
 
PPTX
Inheritance
ssusera6878f
 
PDF
oops-123991513147-phpapp02.pdf
ArpitaJana28
 
PPTX
METHOD OVERLOADING AND INHERITANCE INTERFACE
mohanrajm63
 
PPTX
Java(inheritance)
Pooja Bhojwani
 
PPTX
Object Oriented Programming_Lecture 2
Mahmoud Alfarra
 
PPTX
Java chapter 5
Abdii Rashid
 
PPTX
Inheritance in oop
MuskanNazeer
 
PPTX
Is2215 lecture2 student(2)
dannygriff1
 
PDF
Lab 4 (1).pdf
MohammedAlobaidy16
 
PPTX
OOAD notes.pptx
RAJESH S
 
Java Inheritance - sub class constructors - Method overriding
NithyaN19
 
Python - object oriented
Learnbay Datascience
 
Class in Java, Declaring a Class, Declaring a Member in a Class.pdf
nandiaditi2010
 
Java - Inheritance Concepts
Victer Paul
 
Inheritance
Siddhesh Palkar
 
Inheritance in Java is a mechanism in which one object acquires all the prope...
Kavitha S
 
java part 1 computer science.pptx
MUHAMMED MASHAHIL PUKKUNNUMMAL
 
Inheritance
ssusera6878f
 
oops-123991513147-phpapp02.pdf
ArpitaJana28
 
METHOD OVERLOADING AND INHERITANCE INTERFACE
mohanrajm63
 
Java(inheritance)
Pooja Bhojwani
 
Object Oriented Programming_Lecture 2
Mahmoud Alfarra
 
Java chapter 5
Abdii Rashid
 
Inheritance in oop
MuskanNazeer
 
Is2215 lecture2 student(2)
dannygriff1
 
Lab 4 (1).pdf
MohammedAlobaidy16
 
OOAD notes.pptx
RAJESH S
 
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
PDF
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
PDF
Tableau Tutorial for Data Science | Edureka
Edureka!
 
PDF
Top 5 PMP Certifications | Edureka
Edureka!
 
PDF
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
PDF
Linux Mint Tutorial | Edureka
Edureka!
 
PDF
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
PDF
Importance of Digital Marketing | Edureka
Edureka!
 
PDF
RPA in 2020 | Edureka
Edureka!
 
PDF
Email Notifications in Jenkins | Edureka
Edureka!
 
PDF
EA Algorithm in Machine Learning | Edureka
Edureka!
 
PDF
Cognitive AI Tutorial | Edureka
Edureka!
 
PDF
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
PDF
Blue Prism Top Interview Questions | Edureka
Edureka!
 
PDF
Big Data on AWS Tutorial | Edureka
Edureka!
 
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
PDF
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
PDF
Introduction to DevOps | Edureka
Edureka!
 
PDF
ITIL® Tutorial for Beginners | ITIL® Foundation Training | Edureka
Edureka!
 
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Edureka!
 
ITIL® Tutorial for Beginners | ITIL® Foundation Training | Edureka
Edureka!
 
Ad

Recently uploaded (20)

PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 

Python Class | Python Programming | Python Tutorial | Edureka