Guest User

Untitled

a guest
Jun 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. Object Oriented Programming explained to 10 year olds
  2. =====================================================
  3.  
  4. By Morgan Prior & Ashish Dixit
  5.  
  6. Objects are things that you can see around you. The chair is an object. The toys you have are objects. Robots are objects. Objects can be defined based on how they look and what they can do. For example, you can define a car as a red car or a fast car. When you say red, you are talking about physical features and when you say fast, you are talking about their abilities.
  7.  
  8. Objects form different groups based on their similarities & differences. Car is one kind of object while Robots are another. Within Robots there are household robots like the roomba that vaccums your carpet then there are cooler robots like the transformers. However, both transformers and the roomba in your house share certain similarities. So you can say that both roomba & Transformers inherit certain characteristics that are common to all robots and have additional features that separate them apart.
  9.  
  10. Now if you look more into Transformers (because frankly robots that vacuum are not that cool), you will see that they share the common ability to change from one shape to another but how exactly this happens is different for different kinds of Transformers. For example, Optimus Prime can transform into a Robot from a truck while Bumblebee transforms from a Camaro into a Robot. So you can say that all Transformers can change their appearance but the way in which they do it and the shape they take depends on what kind of Transformer they are.
Add Comment
Please, Sign In to add comment