answersLogoWhite

0

Object oriented disadvantages

Updated: 8/10/2023
User Avatar

Wiki User

11y ago

Best Answer

The only disadvantage of OOP programming is its inability to represent non objects. For example: consider a program having just one member function which prints a statement. Creating of an object doesn't make much sense but still such a disadvantage can be overcome by marking it as static, thereby emphasizing the fact that the method isn't associated to an object.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Personally I find oops code can get very hard to read, even well written code. The problem is inheritance and polymorphism.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Object oriented disadvantages
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the disadvantages and disadvantages of object oriented DBMS?

#


Advantages and disadvantages of object oriented databases?

advantages of object oriented data base


Is c is complete object oriented programming language?

No. C is not object oriented. C++ is object oriented.


What is the distinct difference between object oriented concept and object oriented programming?

Object oriented concepts are a generalisation of the object oriented principals (encapsulation, inheritance, polymorphism and abstraction) without specifying a particular implementation of those principals. Object oriented programming is the application of those principals through an object oriented programming language.


What are the disadvantages of object oriented programming over structured programming?

actually oop concept have some disadvantage when compared to structured programming


What object oriented system development?

What is object-oriented systems development


What is Object Oriented System Development?

What is object-oriented systems development


What are Object oriented questions in social work?

Object oriented questions


Is c plus plus is pure object oriented?

No. C is not object-oriented, it is a procedural language.C++, while object-oriented, is not purelyobject-oriented. One of the requirements for a pure object-oriented language is that everything is an object. C++ still has primitive data types (int, long, double, etc.), and so is not purely object-oriented.


Brief description of object oriented life cycle?

object oriented life cycle


What are the impact of object oriented on software industry?

what are the impact object oriented on software industry


Difference object oriented language object based language?

object base: that are not use subtype or inheritence is called object base. object oriented: that use subtypes and inheritence is called object oriented e.g vb.net and java.