By employing OOP based software design can we say that coupling is restricted to a minimum level?
One primary objective of Object Oriented Programming is modularity. Modularity means that system should have high cohesion and low coupling. So employing OOP design, we can say that coupling is restrcited to a minimum level as classes share data but do not share their internal details.
0 Comments
Please add nice comments or answer ....