What is the importance OOPs in Java?
What are some major OOPs languages?
Can we run a Java application without implementing the OOPs concept?
how to maintain Garbage Collection in OOPs?
What are the constraint of OOPs?
What are some other programming standards other than OOPs?
OOPs constraints are:
its not suitable for small requirement
It requires indepth testing
It takes more time to solve the problem
It requires proper disign and planning
The programmer should have enough knowledge to solving a problem in terms of objects
core java