Quantcast
Channel: What I learned today ? » Ruby
Viewing all articles
Browse latest Browse all 5

Modifying built-in classes

$
0
0
Inheritance is a powerful idea in object oriented programming. This lets you add new enhancements to existing classes. Well, not exactly. You have to create a new data type derived from the existing classes and use these for additional enhancements. For example, if we want to add a function palindrome to String class. Solution existing […]

Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles



Latest Images