Defining the Principles Of Object-Oriented Programming
Overview/Description Expected Duration Course Number Overview/Description
When working with code, you might have observed that you were using the same piece of code at various instances. With object-oriented programming, you can define a code once and reuse it as many times as you want, instead of re-creating the code. In this course, you will identify the features and benefits of using object-oriented programming and the elements that help you build a successful object model.