Introduction To Object Oriented Programming Principles (OOPs)
Introduction To Object Oriented Programming Principles (OOPs)
=>Hence PYTHON Programming Lang Belongs to Both Functional and Object Oriented
Programming lang.
=>Even Python Programming Lang Belongs to Functional Programming lang, Internally
Every Thing is Treated as object.
-----------------------------------------------------------------------------------
---------------------------------------------------------
"Every Thing in Python is Treated as Object"--Advantages
(OR)
Advantages of Object Oriented Principles
-----------------------------------------------------------------------------------
----------------------------------------------------------
1. The Concept of object allows us to store Large Volume of Data.
2. The Confidential data / Information is Transmitting between the
Remote Machines in the
form of Cipher text / Encrypted Format. So that we can get
Security.
3. The large Volume of Data Transfered Between Multiple Remote machines
all at once. So that
we can get Effective Communication.
4. The data is always available in the form of Objects. So that we can
get Effective Memory
Managament.
5. Provides Minimal Memory space for application development bcoz OOPs
Provides Re-usable
Mechanisms.
=====================================x============================================