Rifat Bin Anwar Posted January 30, 2018 Posted January 30, 2018 Why is java called Object Oriented Programming language?anyone can explain this?
Strange Posted January 30, 2018 Posted January 30, 2018 Object-oreineted programming is a programming model which is based on representing things as "objects" which can have associated data and functions to operate on the data. This is supported by most modern languages (Java, C++, C#, Python, etc). https://en.wikipedia.org/wiki/Object-oriented_programming
Mellinia Posted February 17, 2018 Posted February 17, 2018 I think you should elaborate by telling us why do you think it shouldnt be called a OOP language.
Sulumane Posted March 11, 2018 Posted March 11, 2018 On 30/01/2018 at 6:28 PM, Rifat Bin Anwar said: Why is java called Object Oriented Programming language?anyone can explain this? Because primitive data is not an object
zapatos Posted March 13, 2018 Posted March 13, 2018 On 2/16/2018 at 9:44 PM, Mellinia said: I think you should elaborate by telling us why do you think it shouldnt be called a OOP language. Did the OP claim it shouldn't be called an OOP language?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now