OOPS Concepts Implementation & Performance

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psbasha
    Contributor
    • Feb 2007
    • 440

    OOPS Concepts Implementation & Performance

    Hi,

    Whether the application performance will be reduced ( Time taken will be more for processing the data ) with the implementation of OOPS Concepts with better memory ussage.

    Can you please correct me I am wrong in this.

    Thanks
    PSB
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    psbasha,

    I have no idea how to compare the relative performance of non-OOP code versus OOP code. I do know this: OOP code is much easier to maintain. A well written Python script will use OOP concepts such as encapsulation, event handling, and etcetera. I would guess that better memory usage is a byproduct of well written OOP code.

    BV

    Comment

    Working...