- Effective memory management
- Class
- Objects
- Encapsulation
- Polymorphism
- Reuse --> Time management, Resourse management
- Easy to Maintain/Understand/Implement
Subscribe to:
Post Comments (Atom)
Connecting Java program to Database
It is very simple to establish a connection to the Database from a Java program Class.forName("com.mysql.jdbc.Driver...
-
Procedural languages are difficult to relate with the real world objects. Procedural codes are very difficult to maintain , if the code ...
-
Super keyword can be used to access the super class constructor from the subclass constructor. Super must be the first function in the subc...
These are the features of OOPS
ReplyDelete