What is Object oriented programming (OOP) in Python | PHP | JAVA| Class And Object | in Hindi | Urdu

Опубликовано: 12 Октябрь 2024
на канале: aswani gupta
569
37

This video is for beginners based on the concept of zero to hero programming with examples in Hindi language.
In this video you can learn What is object oriented programming (OOPs) ?
This concept can be used in any Object Oriented Language like Python/PHP/JAVA etc.

object is an entity which can be uniquely identified in the real world.
car,fruit - class
class - group of similar object.

each of has two characteristics--
1. state
2. behavior

maruti 800 up53 a 120--object

class -- is blueprint that represents state and behavior of the
object of same kind.
object is an instance of a class.
Python beginner tutorial (Zero to Hero) video playlist link:
   • python beginners tutorial  


Google, YouTube ,Reddit , NASA , Netflix and many other companies uses python.

Dropbox , Mozilla etc .are developed in Python.
Guido Van Rossum Developed python in 1989.

Check out our website for Summer/Winter/ Vocational training : http://www.techsrijan.com

#classandobject #objectorientedprogrmming #OOP