Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many objects are too many?

Tags:

People also ask

How many objects are there in OOP?

Four core concepts of object-oriented programming are abstraction, encapsulation, inheritance and polymorphism.

How many objects can we create?

There will be one and only one object will be created and ie. A object. You can imagine like when class A extends B, then all methods and variables are copied to class A.

How many objects can be present in a single?

How many objects can present in a single class? Explanation: Because a class may contain any number of objects according to its compliance. 8.

How many objects can you create in PHP?

1800 objects can be created and destroyed within milliseconds, repeatedly.


When designing an application, does there come a point where you have too many objects? How do you determine when you've crossed the line of granularity in your object model?