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?
a
What are the constraint of OOPs?
What are some other programming standards other than OOPs?
What are the benifit of opps
OOPs gives the clarity in programming thereby allowing simplify in solving complex programs
Code can be reused through inheritance concept in java
Data and code are bound together by using encapsulation of opps
private data is kept confidential by using the data hiding
Polymorphism gives flexibility to the program by allowing the entities to have multiple forms