Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Python
20.1k+ articles
Python Programs
4.1k+ articles
python
1.1k+ articles
python-dict
240+ articles
Python-Built-in-functions
120+ articles
Python-Functions
110+ articles
python-oop-concepts
91 articles
Python Oops-programs
15 articles
python-inheritance
6 articles
python-object
6 articles
Python-OOP
66 posts
Popular Articles
Recent Articles
Inner Class in Python
Last Updated: 05 September 2024
Python is an Object-Oriented Programming Language, everything in Python is related to objects, methods, and properties. A class is a user-de
...read more
Python
python-oop-concepts
Python-OOP
Python super()
Last Updated: 19 March 2025
In Python, the super() function is used to refer to the parent class or superclass. It allows you to call methods defined in the superclass
...read more
Python
python-oop-concepts
Python-OOP
python
How to Get a List of Class Attributes in Python?
Last Updated: 11 November 2022
A class is a user-defined blueprint or prototype from which objects are created. Classes provide a means of bundling data and functionality
...read more
Technical Scripter
Python
python-oop-concepts
Python-OOP
Technical Scripter 2019
Similar Topics
Python
20.1k+ articles
Python Programs
4.1k+ articles
python
1.1k+ articles
python-dict
240+ articles
Python-Built-in-functions
120+ articles
Python-Functions
110+ articles
python-oop-concepts
91+ articles
Python Oops-programs
15+ articles
python-inheritance
6+ articles
python-object
6+ articles
Method Overriding in Python
Last Updated: 07 August 2024
Method overriding is an ability of any object-oriented programming language that allows a subclass or child class to provide a specific impl
...read more
Python
Python-OOP
Types of inheritance Python
Last Updated: 07 July 2022
Inheritance is defined as the mechanism of inheriting the properties of the base class to the child class. Here we a going to see the types
...read more
Technical Scripter
Python
python-oop-concepts
python-inheritance
Python-OOP
Access Modifiers in Python : Public, Private and Protected
Last Updated: 05 September 2024
Prerequisites: Underscore (_) in Python, Private Variables in PythonEncapsulation is one of the four principles used in Object Oriented Para
...read more
Python
python-oop-concepts
Picked
Python-OOP
__init__ in Python
Last Updated: 13 December 2024
Prerequisites - Python Class and Objects, Self__init__ method in Python is used to initialize objects of a class. It is also called a constr
...read more
Python
Python-OOP
Private Methods in Python
Last Updated: 01 July 2024
Encapsulation is one of the fundamental concepts in object-oriented programming (OOP) in Python. It describes the idea of wrapping data and
...read more
Python
Python-Functions
Python-OOP
Python break statement
Last Updated: 27 December 2024
The break statement in Python is used to exit or "break" out of a loop (either a for or while loop) prematurely, before the loop has iterate
...read more
Python
Python-OOP
Encapsulation in Python
Last Updated: 27 February 2025
In Python, encapsulation refers to the bundling of data (attributes) and methods (functions) that operate on the data into a single unit, ty
...read more
Python
Python-OOP
Python Classes and Objects
Last Updated: 10 March 2025
A class in Python is a user-defined template for creating objects. It bundles data and functions together, making it easier to manage and us
...read more
Python
Python-OOP
How to create a list of object in Python class
Last Updated: 15 April 2025
In Python, creating a list of objects involves storing instances of a class in a list, which allows for easy access, modification and iterat
...read more
Python
Python-OOP
Python Oops-programs
self in Python class
Last Updated: 26 February 2025
In Python, self is a fundamental concept when working with object-oriented programming (OOP). It represents the instance of the class being
...read more
Python
python-oop-concepts
Python-OOP
Getter and Setter in Python
Last Updated: 22 March 2025
In Python, a getter and setter are methods used to access and update the attributes of a class. These methods provide a way to define contro
...read more
Technical Scripter
Python
Picked
Python-OOP
Technical Scripter 2018
Polymorphism in Python
Last Updated: 16 December 2024
Polymorphism is a foundational concept in programming that allows entities like functions, methods or operators to behave differently based
...read more
Technical Scripter
Python
Python-Functions
python-oop-concepts
Picked
python-inheritance
Python-OOP
Technical Scripter 2018
1
2
3
4
5
>>
Last
1
2
3
4
5
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !