ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following approach help us understand better about Real time examples, say Vehicle or Employee of an Organisation?
Correct Answer: B — Object Oriented approach
Object Oriented Programming supports the concept of class and object which help us understand the real time examples better. Vehicle is defined to be a class. Car, truck, bike are defined to be objects of the class, Vehicle.