Results 1 to 12 of 12

Thread: what are the disadvatages of oops?

  1. #1
    Junior Member
    Join Date
    Aug 2007
    Answers
    11

    what are the disadvatages of oops?

    what are the disadvatages of oops?


  2. #2
    Contributing Member
    Join Date
    Oct 2007
    Answers
    88

    Re: what are the disadvatages of oops?

    maintaining database is not much easy
    completed to understand
    encapsulation makes to user trouble one


  3. #3
    Junior Member
    Join Date
    Jan 2009
    Answers
    1

    Re: what are the disadvatages of oops?

    we say opps so my question is in opps S stand for Which


  4. #4
    Junior Member
    Join Date
    Sep 2008
    Answers
    2

    Re: what are the disadvatages of oops?

    c++ has the partially oops language but it does not provide the security . using pointer accessing the memorry cells and change the values

    Java is fully oops language, it doest not support to pointers.


  5. #5
    Expert Member
    Join Date
    Nov 2008
    Answers
    300

    Re: what are the disadvatages of oops?

    OOPS makes the life easier of the programmer, designer, tester etc. Everything classified as objects, easier to understand and maintain, structured, provides privacy from encapsulation. Every thing in real time is object oriented.


  6. #6
    Junior Member
    Join Date
    Mar 2009
    Answers
    10

    Re: what are the disadvatages of oops?

    My code has been criticized as being "too object oriented" by some. Some people prefer large numbers of global void pointers I guess. I know in some cases OO code executes slower. But the code should be written to meet requirements first and style second. I think that if there are problems with OOP they stem from confused priorities.


  7. #7
    Expert Member
    Join Date
    Nov 2008
    Answers
    300

    Re: what are the disadvatages of oops?

    What do they mean by Too Object oriented?...Just ask them to design your application without using any objects. Let us all then have a look at which design is complex..the one with objects or the one without objects?


  8. #8
    Junior Member
    Join Date
    May 2009
    Answers
    8

    Re: what are the disadvatages of oops?

    yeah dast true OOP has this geat ability of making simle complicated and complicated simple!


  9. #9
    Contributing Member
    Join Date
    Dec 2009
    Answers
    34

    Re: what are the disadvatages of oops?

    Developer will face the cross-cutting concern more often.


  10. #10
    Expert Member
    Join Date
    Jan 2008
    Answers
    133

    Re: what are the disadvatages of oops?

    Quote Originally Posted by mani_miit View Post
    Developer will face the cross-cutting concern more often.
    whats cross-cutting?

    ---
    C program run. C program crash. C programmer quit.

  11. #11
    Contributing Member
    Join Date
    Dec 2010
    Answers
    31

    Re: what are the disadvatages of oops?

    The problem with inheritance is that if you want to figure out what a given method does, you have to search up the class hierarchy until you find its definition. In a way, inheritance is worse than goto--at least with goto the destination is somewhere in your function but with inheritance it could be in any number of files. The problem with polymorphism means that simply finding a function with the right name is not sufficient, you have to also look at the parameters. Trying to read code without a good class browser is almost impossible. It IS impossible once you get into virtual functions where the decision of which function gets called is only determined at runtime.


  12. #12
    Junior Member
    Join Date
    Nov 2011
    Answers
    4

    Re: what are the disadvatages of oops?

    OOPS is not recommended for Small projects and for System Programming like Drivers or anything that interacts with the hardware. this is becoz OOPS consumes a lot of time in OOAD(Object Oriented Analysis and Desing) For small projects with limited budget this may be a overkill.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact