472,125 Members | 1,483 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,125 software developers and data experts.

about python oop

iam new for python language, and getting confusion to use python classes can you tell me about the classes of python
Aug 11 '07 #1
1 967
bartonc
6,596 Expert 4TB
iam new for python language, and getting confusion to use python classes can you tell me about the classes of python
Without examples of what you are trying to do, I'll describe Object Oriented Programming in general:
Principles of Object Oriented Programming

Object oriented programming (hereafter known as OOP) is popularly based on three principles identified by the acronym PIE: (a) Polymorphism (b) Inheritance (c) Encapsulation These underlying principles evolved at the time when structured programming languages ruled the roost and it was almost impossible to write code in anything but a giant, unintuitive slab.
Python classes enable this model of programming and much more. They can also be used as storage, much like a 'structure' in C, etc.


I need for you to read and understand our Posting Guidelines and acknowledge that you have done so. Thank you.
Aug 11 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

220 posts views Thread by Brandon J. Van Every | last post: by
54 posts views Thread by Brandon J. Van Every | last post: by
3 posts views Thread by fdsl ysnh | last post: by
17 posts views Thread by Jan Danielsson | last post: by
23 posts views Thread by Ray | last post: by
161 posts views Thread by KraftDiner | last post: by
65 posts views Thread by Steven Watanabe | last post: by
21 posts views Thread by Roy Smith | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.