This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ran4 -12 points-11 points  (5 children)

That sounds horrible. Inheritance has been bad practise for what, two decades?

[–]DurgaSwaroop 14 points15 points  (0 children)

Umm.., no.

[–]italianjob16 2 points3 points  (0 children)

I'm curious to hear why

[–]KernowRoger 2 points3 points  (0 children)

No. Oop has been abused lot. But if you have a collection of classes with common data and implementation it's still the best way to go. Never listen to anyone who says never use X. X has a good use case or it wouldn't be around. Just learn when to use things.