Oracle interview question

Define class and object using real world examples

Interview Answer

Anonymous

25 Nov 2017

A Vehicle is a very good example of real world class and all the models(Car, Truck,Jeep) are its objects.

5