coding

Опубликовано: 25 Октябрь 2025
на канале: S Patil
950
7

💻 Program Description:

This Python program defines a class named Movie that demonstrates the concept of classes and objects in Object-Oriented Programming (OOP).
The class has three data members — n, d, and s — which represent the name, destination, and salary of an object, respectively.
The constructor method __init__() initializes these values when an object is created. The parameter s has a default value of 30000, which means if no value is given for salary, it automatically becomes 30000.

The display() method is used to print the details of the object in a formatted way.
In the program, an object c of the Movie class is created with two emoji values (🤔 and 💯💯) as arguments. When the display() method is called, it prints the values of the attributes along with the default salary.



🖥️ Output:

name is 🤔
destination is 💯💯
salary is 30000

subscribe for more videos


На этой странице сайта вы можете посмотреть видео онлайн coding длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь S Patil 25 Октябрь 2025, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 950 раз и оно понравилось 7 зрителям. Приятного просмотра!