What are the problems faced by the developer using object oriented programming language?



What are the problems faced by the developer using object oriented programming language?..

Answer / Sandeep Kaumr

Some problems faced by developers using Object-Oriented Programming languages include overuse of inheritance, leading to complex class hierarchies; poor encapsulation practices resulting in tightly coupled classes; difficulties in managing large codebases with numerous interdependent objects; and the learning curve associated with mastering OOP concepts.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOAD Interview Questions

What is hybrid inheritance?

1 Answers  


Explain what is an object?

1 Answers  


How to use CRC Cards for Class Design?

2 Answers   Protech,


What is the purpose of late binding in object-oriented programming?

1 Answers  


What is the main difference between overloading and overriding?

1 Answers  


What is Polymorphism?

7 Answers   MindCracker, Protech, TCS,


What are virtual functions, base class pointer, derived class pointer, biding references?

1 Answers   HPCL, Hughes Systique Corporation,


Do we require a parameter for constructors?

1 Answers  


What are the limitations of inheritance?

1 Answers  


Can you use virtual, override or abstract keywords on an accessor of a static property?

1 Answers  


Can constructors be parameterized?

1 Answers  


Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?

1 Answers  


Categories