Re: Why Java is called as object oriented language
Posted By:
jaivir_singh
Posted On:
Sunday, August 22, 2004 10:38 PM
Well why dont you look at java as a language that is 100% OO language cos there is nothing which is defined in OOPS and java doesent support. Right ?
Hence we can say Java is 100% OO Lang BUT it also supports primitive types for avoiding the unnecessary overheads and when I say that we should know that Java does provide the options to exercise (OO flavour of all primitive types) if one wishes to have 100% OO code. Right?
Re: Why Java is called as object oriented language
Posted By:
Anonymous
Posted On:
Sunday, July 11, 2004 12:26 AM
Yes, i do support for the statement " Java is not 100% OO".
But, using primitive data types like int,float etc.. doesn't mean to say that java is not an Object oriented language.
premitive data types are different types of data storages that can be specified for the memeber variables in a class. Even C++ too has these kind of data storage types..
Re: Why Java is called as object oriented language
Posted By:
Christopher_Koenigsberg
Posted On:
Friday, July 9, 2004 06:30 AM
You are absolutely right, it is not 100% OO. So what?
Re: Why Java is called as object oriented language
Posted By:
Cristiano_Sadun
Posted On:
Friday, July 9, 2004 06:22 AM
Java supports modularization via objects pluss most of the paraphernalia commonly associated with OO, and that's more than enough.