Hi there guys how do you know if a program is coded in an object-oriented manner? I just wanted to know if the program I have downloaded is an oop program or not. please help...
king03 0 Junior Poster in Training
Recommended Answers
Jump to PostWell, if it's written in C# chances are its object oriented. Basically OOP covers anything that has a class hierarchy. I know C# supports a minimal amount of structured and functional programming, but usually this is just an 'effect' and you are actually working with objects, so you can generally …
Jump to PostNo. Get and Set are used with properties which are a small part of OOP. Implementing them as members or methods is equally object oriented.
All 6 Replies
king03 0 Junior Poster in Training
ChrisHunter 152 Posting Whiz in Training Featured Poster
skatamatic 371 Practically a Posting Shark
king03 0 Junior Poster in Training
skatamatic 371 Practically a Posting Shark
muze 0 Junior Poster in Training
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.