please tell me in how many ways OBJECT ORIENTED PROGRAMMING is different from procedural programming in JAVA
Builder_1 -6 Junior Poster in Training
Recommended Answers
Jump to PostOOP is just a way to break down your problem.
If your working procedurally, you'll break down your problem into smaller problems that are solved with procedures.
If your working with OOP, you'll try to first break down the program into objects, and define what you "do" with the objects …
All 6 Replies
Hiroshe 499 Posting Whiz in Training
Builder_1 -6 Junior Poster in Training
Ashwini Gorde 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
silvercats 10 Junior Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured 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.