Saturday, October 25, 2014

Is Java pure Object Oriented language?


  1. Java is not Pure Object Oriented Language, because it supports Primitive datatypes such as int, byte, long... etc, which are not objects.This Contrast with a 'pure OOP language' like Smalltalk, where there are no primitive types, and boolean, int and methods are all objects.

0 comments:

Post a Comment