PDA

View Full Version : Java as Object Oriented programming languge 2011



Xpert
04-28-2011, 03:30 AM
Java is fundamentally based on the OOP notions of classes and objects.
Java uses a formal OOP type system that must be obeyed at compile-time and run-time.
This is helpful for larger projects, where the structure helps keep the various parts consistent. Contrast to Perl, which has a more anything-goes feel.