i’m wondering if the design pattern and OOP concepts are the same. Someone just told me that they are the same. Can you give me guys the difference of the two? And which is a must learn first before I go to android developing?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Design patterns and OOP are not the same. A design pattern is a proven, battle-tested way of solving some problem.
Edit: This questions sums it up: How is OOP and Design Patterns related?