Object-Oriented Designing (OOD) - Webinar Series
March 13, 2023 at 12:30 PM - March 14, 2023 at 2:30 PM @ Online event
Description
Object-oriented design (OOD) is a programming paradigm that involves designing software systems based on the concept of objects, which are instances of classes. It is important because it promotes code reusability, modularity, and maintainability. OOD also allows for easier testing and debugging, as objects can be tested individually without affecting the rest of the system. In this webinar series, attendees get to learn about the principles and best practices of OOD, as well as how to apply them in real-world software development scenarios. Topics may include class design, inheritance, polymorphism, encapsulation, and SOLID principles. Overall, the webinar on object-oriented design can be a valuable resource for undergraduates who follows Computer Science subjects to improve their software development skills and create more efficient, effective, and maintainable code.