- 2
Where have you used oops concept in your real time project?
1 Resposta
0
Vignesh R
For example,if you are desiging for automobile company per se
Then every vechile have a same number of wheel to calculate the wheel alignment then it will inherit the parent class containg alignment method.
However in Java we have interfaces