What is true about object-oriented programming?

It's a way to model computer programsIt requires objects to interact with each otherObjects are instances of classesC# doesn't use objects

Nice! Object-oriented programming is a way to model computer programs that requires objects, or instances of classes, to interact with each other.

Yikes! Object-oriented programming is a way to model computer programs that requires objects, or instances of classes, to interact with each other.