Software Design Archive
Basic OOPs Concepts in Python
 On May 11, 2021  In Software Design
															
								In this post, we introduce the basics of object-oriented programming in Python. We discuss how to create objects and classes, variables, methods, and the difference between instance methods and static methods. Procedural Programming vs Object-Oriented Programming Python is an extremely versatile language that can be used for a variety of tasks such as software							
						Basic OOPs Concepts in Java
 On May 10, 2021  In Software Design
															
								This post introduces the basics of object-oriented programming and how to create classes and objects in Java. We discuss the uses of Java keywords like, “new”, “this” or “static” as well as the access modifiers “public” and “private”. What is a Class in Java? A class is the elementary building block of an object-oriented							
						
