Hey guys,can anyone explain here what is the true concept of Object Oriented Programming.I am quite confused with this. Thanks in advance.
ryan_vietnow 13 Posting Pro
Recommended Answers
Jump to PostThough it is written for Java, you might take a look through this oop tutorial as well:
http://sepwww.stanford.edu/sep/josman/oop/oop1.htmThe concepts are the same though language implementation is different.
Jump to PostAt a very high level, it allows you to write one function and use it over and over and over again making your program easier to code, more compact and more efficent.
Again, at a very high level, in OOP you write a "class" which is basically a group …
All 5 Replies
MitkOK 61 Junior Poster
ryan_vietnow 13 Posting Pro
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
php_noob 0 Junior Poster in Training
Barefootsanders 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.