Jump to content

Object Oriented programming

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
eman ahmed

eman ahmed

    Learning Programmer

  • Members
  • PipPipPip
  • 79 posts
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 .

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I wouldn't make that statement. If it were true, the same could be said of many other languages.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
opwuaioc

opwuaioc

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 216 posts
I would in fact make the opposite statement - object oriented is one step more difficult than procedural languages.
Something witty here.

#4
isuru

isuru

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 233 posts

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
eman ahmed

eman ahmed

    Learning Programmer

  • Members
  • PipPipPip
  • 79 posts
in general programming
What's the meaning of Object Oriented programming ?

#6
isuru

isuru

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 233 posts

eman ahmed said:

in general programming
What's the meaning of Object Oriented programming ?

Wiki
Object-Oriented Programming Concepts
OOP Tutorial

#7
Doctor_Ninja

Doctor_Ninja

    Newbie

  • Members
  • Pip
  • 1 posts
it is an object oriented program and its easy for some and difficult for others just like any other language

#8
hetra

hetra

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 298 posts
It's based around objects. (an instantiation of a class). Very basic, so look it up on wikipedia.

#9
josep

josep

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
It means refining the problem in terms of objects in that domain.

#10
yamman13

yamman13

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
I've heard its hard at first, but once you understand the paradigm of OO programming it makes complex programs easier to create.

#11
farhanyun91

farhanyun91

    Learning Programmer

  • Members
  • PipPipPip
  • 53 posts
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