I'm always heard this statement from some people used java
"Java is object oriented programming . so it's easy"
I want to know if this statement true or not
if true I want some one explain it . because I don't know what's the meaning of this statement .
Object Oriented programming
Started by eman ahmed, Jul 21 2010 03:35 PM
10 replies to this topic
#1
Posted 21 July 2010 - 03:35 PM
|
|
|
#2
Posted 21 July 2010 - 03:50 PM
I wouldn't make that statement. If it were true, the same could be said of many other languages.
#3
Posted 21 July 2010 - 04:00 PM
I would in fact make the opposite statement - object oriented is one step more difficult than procedural languages.
Something witty here.
#4
Posted 22 July 2010 - 04:13 AM
WingedPanther said:
I wouldn't make that statement. If it were true, the same could be said of many other languages.
Java is object-oriented language. But I don't think it is easy(for me, there maybe other people who gets java as a easy language.). And of course java is easy than C or C++ when it comes to database construction, memory management and error detection.
Define easy..... Nothing is easy in this World.
Quote
Easy means posing no difficulty; requiring little effort;
There are several major languages including Eiffel, Simula, C++, C#, Java and Smalltalk.
#5
Posted 22 July 2010 - 12:26 PM
in general programming
What's the meaning of Object Oriented programming ?
What's the meaning of Object Oriented programming ?
#6
Posted 22 July 2010 - 01:31 PM
eman ahmed said:
in general programming
What's the meaning of Object Oriented programming ?
What's the meaning of Object Oriented programming ?
Wiki
Object-Oriented Programming Concepts
OOP Tutorial
#7
Posted 29 July 2010 - 12:05 PM
it is an object oriented program and its easy for some and difficult for others just like any other language
#8
Posted 30 July 2010 - 03:27 PM
It's based around objects. (an instantiation of a class). Very basic, so look it up on wikipedia.
#9
Posted 04 August 2010 - 01:05 AM
It means refining the problem in terms of objects in that domain.
#10
Posted 04 August 2010 - 01:20 AM
I've heard its hard at first, but once you understand the paradigm of OO programming it makes complex programs easier to create.
#11
Posted 12 August 2010 - 02:59 AM
from my point of view,it ill be a bit easier to you if you have a concrete foundation of programming.nevertheless,OOP can be considered as a tough thing to learn


Sign In
Create Account


Back to top









