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
Data Abstraction in Python
Last Updated: 17 March 2025
Data abstraction is one of the most essential concepts of Python OOPs which is used to hide irrelevant details from the user and show the de
...read more
Python
python-oop-concepts
Picked
Python-OOP
What is a clean and Pythonic way to have multiple constructors in Python?
Last Updated: 05 February 2024
Python does not support explicit multiple constructors, yet there are some ways to achieve multiple constructors.We use Python's inbuilt __i
...read more
Python
python-oop-concepts
Python-OOP
Python Oops-programs
Create Classes Dynamically in Python
Last Updated: 09 March 2020
A class defines a collection of instance variables and methods to specify an object type. A class can be used to make as many object instanc
...read more
Python
python-oop-concepts
Python-OOP
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 object
Last Updated: 26 April 2025
In Python, an object is an instance of a class, which acts as a blueprint for creating objects. Each object contains data (variables) and me
...read more
Python
Python-OOP
python
Instance method in Python
Last Updated: 02 July 2020
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
Extend Class Method in Python
Last Updated: 09 April 2025
In Python, class methods are a fundamental concept that allows us to define methods that are bound to the class, rather than the instance. E
...read more
Python
python-oop-concepts
Python-OOP
Python - Access Parent Class Attribute
Last Updated: 02 July 2020
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
Multiple Inheritance in Python
Last Updated: 22 February 2022
Inheritance is the mechanism to achieve the re-usability of code as one class(child class) can derive the properties of another class(parent
...read more
Python
Picked
python-inheritance
Python-OOP
Print Objects of a Class in Python
Last Updated: 22 March 2025
In object-oriented programming (OOP), an object is an instance of a class. A class serves as a blueprint, defining the structure and behavio
...read more
Python
Python-OOP
__new__ in Python
Last Updated: 13 March 2025
Python is an object-oriented programming language, where everything is an object. Python provides several special methods, known as magic me
...read more
Python
Python-Functions
Python-OOP
Python Continue Statement
Last Updated: 11 March 2025
Python continue statement is a loop control statement that forces to execute the next iteration of the loop while skipping the rest of the c
...read more
Python
Python-OOP
Python @staticmethod
Last Updated: 21 November 2019
There can be some functionality that relates to the class, but does not require any instance(s) to do some work, static methods can be used
...read more
Python
Python-OOP
Student management system in Python
Last Updated: 04 August 2022
Problem Statement: Write a program to build a simple Student Management System using Python which can perform the following operations:Accep
...read more
Python
Python Programs
Python-OOP
Python Oops-programs
Python setattr() method
Last Updated: 19 June 2023
Python setattr() method is used to assign the object attribute its value. The setattr() can also be used to initialize a new object attribut
...read more
Python
Python-Built-in-functions
Python-OOP
python-object
python
Python | getattr() method
Last Updated: 25 November 2024
The getattr() method in Python returns the value of a named attribute of an object. If the attribute is not found then it returns the defaul
...read more
Python
Python-Built-in-functions
Python-OOP
python-object
python
First
1
2
3
4
5
>>
Last
First
1
2
3
4
5
>>
Last
First
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 !