+ 8
What is the object oriented way to become wealthy in this world??
My answer is inheritance. Let me hear your answers
1 Answer
+ 2
Criminal person = new Criminal();
Recommended individual = new Recommended();
Lucky guy = new Lucky();//very rare
If (guy.luckPersists()){
guy.findRecommendation();
}else{
guy.getCriminal();
}
Worker honestHardWorker = new Worker();
honestHardWorker.finalize();
System.out.print("get rich... you can dream of it!!!");