what are the disadvatages of oops?
what are the disadvatages of oops?
As far as i know one of the major disadvantages of using oops is overhead in process of creating objects and performing other oops funtions.This is the real some systems in telecom domain still prefer C to C++ and java
Hi All,
This is Sanjib, a new member to Geek.
But actually spaking something about OOPS is that I love OOPs and want to absolutely everything that are object oriented in my programming world.
so it is absolutely difficult to find any disadvantages of Object Orientedness.
thanks all
Some of the disadvantages (in addition to the lower speed/resource hungry run-time as pointed by darth_lucifer) are:
- OO systems are harder to design, code and debug than a structured procedural language
- if not properly designed / coded, it is way more difficult to maintain than a structured procedural language
-Shriyal Padte
Hi All,
This is NITIN, a new member to Geek.
Some of the OOPS disadvantages are listed at : Object Oriented Programming Issues
Though oops programming is obviously better than process oriented programming,and java programs also follow oops concepts,but still concepts of oops programs are bit difficult to understand.
And inheritance is it's most complex feature,which produces more confusion in bigger projects.
Operator overloading is also another complex feature.